#6e85ce

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

Shades of Wild Blue Yonder #6E85CE

Tints of Wild Blue Yonder #6E85CE

Color information

#6E85CE (or 0x6E85CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 85 and CE. RGB value is (110,133,206). Sum of RGB (Red+Green+Blue) = 110+133+206=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E85CE is #917A31. Grayscale: #868686. Windows color (decimal): -9534002 or 13534574. OLE color: 13534574.

HSL color Cylindrical-coordinate representation of color #6E85CE: hue angle of 225.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E85CE is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110133206-
CMYK0.470.3500.19
HSL225.62º49.48%61.96%-
HSV(B)225.62º46.6%80.78%-
XYZ25.9624.5561.76-
YUV134.44168.38110.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=24.50%
G=29.62%
B=45.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101332060.470.3500.19225.6249.4861.96
Hex6E85CE2F23013e2313e
Octal15620531657430233426176
Binary1101110100001011100111010111110001101001111100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e85ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,206); }

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

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

 a { background-color: rgb(110,133,206); }

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

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

 span { border-color: rgb(110,133,206); }

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