Html Css Color HEX #6AB2BE Glacier

📋 copy color: '#6AB2BE'

red 106 ◦ green 178 ◦ blue 190

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

Shades of Glacier #6AB2BE

Tints of Glacier #6AB2BE

RGB

 RED value IS 106 (41.8% from 255) = 22.36%

 GREEN value IS 178 (69.92% from 255) = 37.55%

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 22.36%
G = 37.55%
B = 40.08%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6AB2BE (or 0x6AB2BE) is known color: Glacier. HEX triplet: 6A, B2 and BE. RGB value is (106,178,190). Sum of RGB (Red+Green+Blue) = 106+178+190=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2BE is #954D41. Grayscale: #9D9D9D. Windows color (decimal): -9784642 or 12497514. OLE color: 12497514.

HSL color Cylindrical-coordinate representation of color #6AB2BE: hue angle of 188.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AB2BE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 178 190 -
CMYK 0.44 0.06 0 0.25
HSL 188.57º 0.39% 0.58% -
HSV(B) 188.57º 0.44% 0.75% -
XYZ 31.16 38.62 54.53 -
YUV 157.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 106 178 190 0.44 0.06 0 0.25 188.57 0.39 0.58
Hex 6A B2 BE 2C 6 0 19 BD 27 3A
Octal 152 262 276 54 6 0 31 275 47 72
Binary 1101010 10110010 10111110 101100 110 0 11001 10111101 100111 111010

Color Harmonies of #6AB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB2BE

Black with #6AB2BE

Text Example


Text Example

White with #6AB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,178,190); }

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

background-color css

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

 a { background-color: rgb(106,178,190); }

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

border-color css

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

 span { border-color: rgb(106,178,190); }

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