Html Css Color HEX #6EACBD Glacier

📋 copy color: '#6EACBD'

red 110 ◦ green 172 ◦ blue 189

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

Shades of Glacier #6EACBD

Tints of Glacier #6EACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 23.35%
G = 36.52%
B = 40.13%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EACBD (or 0x6EACBD) is known color: Glacier. HEX triplet: 6E, AC and BD. RGB value is (110,172,189). Sum of RGB (Red+Green+Blue) = 110+172+189=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACBD is #915342. Grayscale: #9B9B9B. Windows color (decimal): -9524035 or 12430446. OLE color: 12430446.

HSL color Cylindrical-coordinate representation of color #6EACBD: hue angle of 192.91º 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 #6EACBD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 172 189 -
CMYK 0.42 0.09 0 0.26
HSL 192.91º 0.37% 0.59% -
HSV(B) 192.91º 0.42% 0.74% -
XYZ 30.37 36.49 53.59 -
YUV 155.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 110 172 189 0.42 0.09 0 0.26 192.91 0.37 0.59
Hex 6E AC BD 2A 9 0 1A C1 25 3B
Octal 156 254 275 52 11 0 32 301 45 73
Binary 1101110 10101100 10111101 101010 1001 0 11010 11000001 100101 111011

Color Harmonies of #6EACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACBD

Black with #6EACBD

Text Example


Text Example

White with #6EACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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