Html Css Color HEX #6EBABD Glacier

📋 copy color: '#6EBABD'

red 110 ◦ green 186 ◦ blue 189

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

Shades of Glacier #6EBABD

Tints of Glacier #6EBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

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

R = 22.68%
G = 38.35%
B = 38.97%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EBABD (or 0x6EBABD) is known color: Glacier. HEX triplet: 6E, BA and BD. RGB value is (110,186,189). Sum of RGB (Red+Green+Blue) = 110+186+189=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBABD is #914542. Grayscale: #A3A3A3. Windows color (decimal): -9520451 or 12434030. OLE color: 12434030.

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

Color convert

RGB 110 186 189 -
CMYK 0.42 0.02 0 0.26
HSL 182.28º 0.37% 0.59% -
HSV(B) 182.28º 0.42% 0.74% -
XYZ 33.17 42.11 54.52 -
YUV 163.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 110 186 189 0.42 0.02 0 0.26 182.28 0.37 0.59
Hex 6E BA BD 2A 2 0 1A B6 25 3B
Octal 156 272 275 52 2 0 32 266 45 73
Binary 1101110 10111010 10111101 101010 10 0 11010 10110110 100101 111011

Color Harmonies of #6EBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBABD

Black with #6EBABD

Text Example


Text Example

White with #6EBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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