Html Css Color HEX #6E80CE Wild Blue Yonder

📋 copy color: '#6E80CE'

red 110 ◦ green 128 ◦ blue 206

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

Shades of Wild Blue Yonder #6E80CE

Tints of Wild Blue Yonder #6E80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.83%

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

R = 24.77%
G = 28.83%
B = 46.4%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E80CE (or 0x6E80CE) is known color: Wild Blue Yonder. HEX triplet: 6E, 80 and CE. RGB value is (110,128,206). Sum of RGB (Red+Green+Blue) = 110+128+206=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E80CE is #917F31. Grayscale: #838383. Windows color (decimal): -9535282 or 13533294. OLE color: 13533294.

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

Color convert

RGB 110 128 206 -
CMYK 0.47 0.38 0 0.19
HSL 228.75º 0.49% 0.62% -
HSV(B) 228.75º 0.47% 0.81% -
XYZ 25.29 23.21 61.54 -
YUV 131.51 170.04 112.66 -
System Red Green Blue C M Y K H S L
Decimal 110 128 206 0.47 0.38 0 0.19 228.75 0.49 0.62
Hex 6E 80 CE 2F 26 0 13 E5 31 3E
Octal 156 200 316 57 46 0 23 345 61 76
Binary 1101110 10000000 11001110 101111 100110 0 10011 11100101 110001 111110

Color Harmonies of #6E80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E80CE

Black with #6E80CE

Text Example


Text Example

White with #6E80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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