#6C85CE

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

Shades of Wild Blue Yonder #6C85CE

Tints of Wild Blue Yonder #6C85CE

Color information

#6C85CE (or 0x6C85CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6C, 85 and CE. RGB value is (108,133,206). Sum of RGB (Red+Green+Blue) = 108+133+206=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C85CE is #937A31. Grayscale: #858585. Windows color (decimal): -9665074 or 13534572. OLE color: 13534572.

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

Color convert

RGB108133206-
CMYK0.480.3500.19
HSL224.69º50%61.57%-
HSV(B)224.69º47.57%80.78%-
XYZ25.7124.4261.75-
YUV133.85168.72109.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.16%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=24.16%
G=29.75%
B=46.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081332060.480.3500.19224.695061.57
Hex6C85CE3023013e1323e
Octal15420531660430233416276
Binary1101100100001011100111011000010001101001111100001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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