#6E8EC8

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

Shades of Wild Blue Yonder #6E8EC8

Tints of Wild Blue Yonder #6E8EC8

Color information

#6E8EC8 (or 0x6E8EC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8E and C8. RGB value is (110,142,200). Sum of RGB (Red+Green+Blue) = 110+142+200=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #6E8EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8EC8 is #917137. Grayscale: #8A8A8A. Windows color (decimal): -9531704 or 13143662. OLE color: 13143662.

HSL color Cylindrical-coordinate representation of color #6E8EC8: hue angle of 218.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E8EC8 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB110142200-
CMYK0.450.2900.22
HSL218.67º45%60.78%-
HSV(B)218.67º45%78.43%-
XYZ26.5326.8358.42-
YUV139.04162.4107.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.34%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=24.34%
G=31.42%
B=44.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1101422000.450.2900.22218.674560.78
Hex6E8EC82D1D016db2d3d
Octal15621631055350263335575
Binary110111010001110110010001011011110101011011011011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,200); }

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

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

 a { background-color: rgb(110,142,200); }

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

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

 span { border-color: rgb(110,142,200); }

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