#6E9CDE

Color #6E9CDE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6E9CDE

Tints of Jordy Blue #6E9CDE

Color information

#6E9CDE (or 0x6E9CDE) is unknown color: approx Jordy Blue. HEX triplet: 6E, 9C and DE. RGB value is (110,156,222). Sum of RGB (Red+Green+Blue) = 110+156+222=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E9CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9CDE is #916321. Grayscale: #959595. Windows color (decimal): -9528098 or 14589038. OLE color: 14589038.

HSL color Cylindrical-coordinate representation of color #6E9CDE: hue angle of 215.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E9CDE is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110156222-
CMYK0.500.3000.13
HSL215.36º62.92%65.1%-
HSV(B)215.36º50.45%87.06%-
XYZ31.532.3773.69-
YUV149.77168.7699.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 22.54%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=22.54%
G=31.97%
B=45.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101562220.500.3000.13215.3662.9265.1
Hex6E9CDE321E0Dd73f41
Octal156234336623601532777101
Binary110111010011100110111101100101111001101110101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E9CDE; }

 p { color: rgb(110,156,222); }

 H1.HeaderClassName
 {
   color: #6E9CDE;
 }
 .AnyTagClassName
 {
   color: #6E9CDE;
 }
</style>
background-color css

<style>
 a { background-color: #6E9CDE; }

 a { background-color: rgb(110,156,222); }

 div.DivClassName
 {
   background-color: #6E9CDE;
 }
 .BgClassName
 {
   background-color: #6E9CDE;
 }
</style>
border-color css

<style>
 span { border-color: #6E9CDE; }

 span { border-color: rgb(110,156,222); }

 td.TdClassName
 {
   border-color: #6E9CDE;
 }
 .TagClassName
 {
   border-color: #6E9CDE;
 }
</style>