Html Css Color HEX #6E8CBA Wild Blue Yonder

📋 copy color: '#6E8CBA'

red 110 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #6E8CBA

Tints of Wild Blue Yonder #6E8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 25.23%
G = 32.11%
B = 42.66%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E8CBA (or 0x6E8CBA) is known color: Wild Blue Yonder. HEX triplet: 6E, 8C and BA. RGB value is (110,140,186). Sum of RGB (Red+Green+Blue) = 110+140+186=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CBA is #917345. Grayscale: #888888. Windows color (decimal): -9532230 or 12225646. OLE color: 12225646.

HSL color Cylindrical-coordinate representation of color #6E8CBA: hue angle of 216.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E8CBA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 140 186 -
CMYK 0.41 0.25 0 0.27
HSL 216.32º 0.36% 0.58% -
HSV(B) 216.32º 0.41% 0.73% -
XYZ 24.67 25.62 50.1 -
YUV 136.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 110 140 186 0.41 0.25 0 0.27 216.32 0.36 0.58
Hex 6E 8C BA 29 19 0 1B D8 24 3A
Octal 156 214 272 51 31 0 33 330 44 72
Binary 1101110 10001100 10111010 101001 11001 0 11011 11011000 100100 111010

Color Harmonies of #6E8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8CBA

Black with #6E8CBA

Text Example


Text Example

White with #6E8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,140,186); }

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

background-color css

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

 a { background-color: rgb(110,140,186); }

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

border-color css

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

 span { border-color: rgb(110,140,186); }

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