Html Css Color HEX #6E8DBF Wild Blue Yonder

📋 copy color: '#6E8DBF'

red 110 ◦ green 141 ◦ blue 191

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

Shades of Wild Blue Yonder #6E8DBF

Tints of Wild Blue Yonder #6E8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 191 (75% from 255) = 43.21%

R = 24.89%
G = 31.9%
B = 43.21%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E8DBF (or 0x6E8DBF) is known color: Wild Blue Yonder. HEX triplet: 6E, 8D and BF. RGB value is (110,141,191). Sum of RGB (Red+Green+Blue) = 110+141+191=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8DBF is #917240. Grayscale: #898989. Windows color (decimal): -9531969 or 12553582. OLE color: 12553582.

HSL color Cylindrical-coordinate representation of color #6E8DBF: hue angle of 217.04º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E8DBF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 141 191 -
CMYK 0.42 0.26 0 0.25
HSL 217.04º 0.39% 0.59% -
HSV(B) 217.04º 0.42% 0.75% -
XYZ 25.36 26.13 53 -
YUV 137.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 110 141 191 0.42 0.26 0 0.25 217.04 0.39 0.59
Hex 6E 8D BF 2A 1A 0 19 D9 27 3B
Octal 156 215 277 52 32 0 31 331 47 73
Binary 1101110 10001101 10111111 101010 11010 0 11001 11011001 100111 111011

Color Harmonies of #6E8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8DBF

Black with #6E8DBF

Text Example


Text Example

White with #6E8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,141,191); }

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

background-color css

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

 a { background-color: rgb(110,141,191); }

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

border-color css

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

 span { border-color: rgb(110,141,191); }

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