Html Css Color HEX #6AB6BF Glacier

📋 copy color: '#6AB6BF'

red 106 ◦ green 182 ◦ blue 191

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

Shades of Glacier #6AB6BF

Tints of Glacier #6AB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38%

 BLUE value IS 191 (75% from 255) = 39.87%

R = 22.13%
G = 38%
B = 39.87%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6AB6BF (or 0x6AB6BF) is known color: Glacier. HEX triplet: 6A, B6 and BF. RGB value is (106,182,191). Sum of RGB (Red+Green+Blue) = 106+182+191=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AB6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB6BF is #954940. Grayscale: #A0A0A0. Windows color (decimal): -9783617 or 12564074. OLE color: 12564074.

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

Color convert

RGB 106 182 191 -
CMYK 0.45 0.05 0 0.25
HSL 186.35º 0.4% 0.58% -
HSV(B) 186.35º 0.45% 0.75% -
XYZ 32.08 40.28 55.37 -
YUV 160.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 106 182 191 0.45 0.05 0 0.25 186.35 0.4 0.58
Hex 6A B6 BF 2D 5 0 19 BA 28 3A
Octal 152 266 277 55 5 0 31 272 50 72
Binary 1101010 10110110 10111111 101101 101 0 11001 10111010 101000 111010

Color Harmonies of #6AB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB6BF

Black with #6AB6BF

Text Example


Text Example

White with #6AB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,182,191); }

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

background-color css

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

 a { background-color: rgb(106,182,191); }

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

border-color css

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

 span { border-color: rgb(106,182,191); }

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