Html Css Color HEX #6E8CBB Wild Blue Yonder

📋 copy color: '#6E8CBB'

red 110 ◦ green 140 ◦ blue 187

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

Shades of Wild Blue Yonder #6E8CBB

Tints of Wild Blue Yonder #6E8CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 25.17%
G = 32.04%
B = 42.79%

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

#6E8CBB (or 0x6E8CBB) is known color: Wild Blue Yonder. HEX triplet: 6E, 8C and BB. RGB value is (110,140,187). Sum of RGB (Red+Green+Blue) = 110+140+187=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E8CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CBB is #917344. Grayscale: #888888. Windows color (decimal): -9532229 or 12291182. OLE color: 12291182.

HSL color Cylindrical-coordinate representation of color #6E8CBB: hue angle of 216.62º 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 #6E8CBB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 140 187 -
CMYK 0.41 0.25 0 0.27
HSL 216.62º 0.36% 0.58% -
HSV(B) 216.62º 0.41% 0.73% -
XYZ 24.78 25.66 50.66 -
YUV 136.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 110 140 187 0.41 0.25 0 0.27 216.62 0.36 0.58
Hex 6E 8C BB 29 19 0 1B D9 24 3A
Octal 156 214 273 51 31 0 33 331 44 72
Binary 1101110 10001100 10111011 101001 11001 0 11011 11011001 100100 111010

Color Harmonies of #6E8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8CBB

Black with #6E8CBB

Text Example


Text Example

White with #6E8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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