Html Css Color HEX #6EACBC Glacier

📋 copy color: '#6EACBC'

red 110 ◦ green 172 ◦ blue 188

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

Shades of Glacier #6EACBC

Tints of Glacier #6EACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 23.4%
G = 36.6%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EACBC (or 0x6EACBC) is known color: Glacier. HEX triplet: 6E, AC and BC. RGB value is (110,172,188). Sum of RGB (Red+Green+Blue) = 110+172+188=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACBC is #915343. Grayscale: #9B9B9B. Windows color (decimal): -9524036 or 12364910. OLE color: 12364910.

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

Color convert

RGB 110 172 188 -
CMYK 0.41 0.09 0 0.26
HSL 192.31º 0.37% 0.58% -
HSV(B) 192.31º 0.41% 0.74% -
XYZ 30.26 36.45 53.02 -
YUV 155.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 110 172 188 0.41 0.09 0 0.26 192.31 0.37 0.58
Hex 6E AC BC 29 9 0 1A C0 25 3A
Octal 156 254 274 51 11 0 32 300 45 72
Binary 1101110 10101100 10111100 101001 1001 0 11010 11000000 100101 111010

Color Harmonies of #6EACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACBC

Black with #6EACBC

Text Example


Text Example

White with #6EACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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