Html Css Color HEX #6E86CE Wild Blue Yonder

📋 copy color: '#6E86CE'

red 110 ◦ green 134 ◦ blue 206

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

Shades of Wild Blue Yonder #6E86CE

Tints of Wild Blue Yonder #6E86CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 24.44%
G = 29.78%
B = 45.78%

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

#6E86CE (or 0x6E86CE) is known color: Wild Blue Yonder. HEX triplet: 6E, 86 and CE. RGB value is (110,134,206). Sum of RGB (Red+Green+Blue) = 110+134+206=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E86CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E86CE is #917931. Grayscale: #868686. Windows color (decimal): -9533746 or 13534830. OLE color: 13534830.

HSL color Cylindrical-coordinate representation of color #6E86CE: hue angle of 225º 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 #6E86CE is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 134 206 -
CMYK 0.47 0.35 0 0.19
HSL 225º 0.49% 0.62% -
HSV(B) 225º 0.47% 0.81% -
XYZ 26.1 24.82 61.81 -
YUV 135.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 110 134 206 0.47 0.35 0 0.19 225 0.49 0.62
Hex 6E 86 CE 2F 23 0 13 E1 31 3E
Octal 156 206 316 57 43 0 23 341 61 76
Binary 1101110 10000110 11001110 101111 100011 0 10011 11100001 110001 111110

Color Harmonies of #6E86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E86CE

Black with #6E86CE

Text Example


Text Example

White with #6E86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E86CE;
 }
 .AnyTagClassName
 {
   color: #6E86CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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