Html Css Color HEX #6E85CE Wild Blue Yonder

📋 copy color: '#6E85CE'

red 110 ◦ green 133 ◦ blue 206

#6E85CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #6E85CE

Tints of Wild Blue Yonder #6E85CE

RGB

 RED value IS 110 (43.36% from 255) = 24.5%

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 24.5%
G = 29.62%
B = 45.88%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E85CE (or 0x6E85CE) is known color: 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

RGB 110 133 206 -
CMYK 0.47 0.35 0 0.19
HSL 225.63º 0.49% 0.62% -
HSV(B) 225.63º 0.47% 0.81% -
XYZ 25.96 24.55 61.76 -
YUV 134.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 110 133 206 0.47 0.35 0 0.19 225.63 0.49 0.62
Hex 6E 85 CE 2F 23 0 13 E2 31 3E
Octal 156 205 316 57 43 0 23 342 61 76
Binary 1101110 10000101 11001110 101111 100011 0 10011 11100010 110001 111110

Color Harmonies of #6E85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E85CE

Black with #6E85CE

Text Example


Text Example

White with #6E85CE

Text Example


Text Example

HTML Codes & Css Web 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>