Html Css Color HEX #6E8DCB Wild Blue Yonder

📋 copy color: '#6E8DCB'

red 110 ◦ green 141 ◦ blue 203

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

Shades of Wild Blue Yonder #6E8DCB

Tints of Wild Blue Yonder #6E8DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 24.23%
G = 31.06%
B = 44.71%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E8DCB (or 0x6E8DCB) is known color: Wild Blue Yonder. HEX triplet: 6E, 8D and CB. RGB value is (110,141,203). Sum of RGB (Red+Green+Blue) = 110+141+203=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E8DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8DCB is #917234. Grayscale: #8A8A8A. Windows color (decimal): -9531957 or 13340014. OLE color: 13340014.

HSL color Cylindrical-coordinate representation of color #6E8DCB: hue angle of 220º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E8DCB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 141 203 -
CMYK 0.46 0.31 0 0.20
HSL 220º 0.47% 0.61% -
HSV(B) 220º 0.46% 0.8% -
XYZ 26.73 26.68 60.24 -
YUV 138.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 110 141 203 0.46 0.31 0 0.20 220 0.47 0.61
Hex 6E 8D CB 2E 1F 0 14 DC 2F 3D
Octal 156 215 313 56 37 0 24 334 57 75
Binary 1101110 10001101 11001011 101110 11111 0 10100 11011100 101111 111101

Color Harmonies of #6E8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8DCB

Black with #6E8DCB

Text Example


Text Example

White with #6E8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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