Html Css Color HEX #6EABBD Glacier

📋 copy color: '#6EABBD'

red 110 ◦ green 171 ◦ blue 189

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

Shades of Glacier #6EABBD

Tints of Glacier #6EABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 23.4%
G = 36.38%
B = 40.21%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EABBD (or 0x6EABBD) is known color: Glacier. HEX triplet: 6E, AB and BD. RGB value is (110,171,189). Sum of RGB (Red+Green+Blue) = 110+171+189=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABBD is #915442. Grayscale: #9A9A9A. Windows color (decimal): -9524291 or 12430190. OLE color: 12430190.

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

Color convert

RGB 110 171 189 -
CMYK 0.42 0.10 0 0.26
HSL 193.67º 0.37% 0.59% -
HSV(B) 193.67º 0.42% 0.74% -
XYZ 30.18 36.11 53.52 -
YUV 154.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 110 171 189 0.42 0.10 0 0.26 193.67 0.37 0.59
Hex 6E AB BD 2A A 0 1A C2 25 3B
Octal 156 253 275 52 12 0 32 302 45 73
Binary 1101110 10101011 10111101 101010 1010 0 11010 11000010 100101 111011

Color Harmonies of #6EABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABBD

Black with #6EABBD

Text Example


Text Example

White with #6EABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,171,189); }

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

background-color css

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

 a { background-color: rgb(110,171,189); }

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

border-color css

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

 span { border-color: rgb(110,171,189); }

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