Html Css Color HEX #6AA7BA Glacier

📋 copy color: '#6AA7BA'

red 106 ◦ green 167 ◦ blue 186

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

Shades of Glacier #6AA7BA

Tints of Glacier #6AA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.38%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 23.09%
G = 36.38%
B = 40.52%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6AA7BA (or 0x6AA7BA) is known color: Glacier. HEX triplet: 6A, A7 and BA. RGB value is (106,167,186). Sum of RGB (Red+Green+Blue) = 106+167+186=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AA7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA7BA is #955845. Grayscale: #969696. Windows color (decimal): -9787462 or 12232554. OLE color: 12232554.

HSL color Cylindrical-coordinate representation of color #6AA7BA: hue angle of 194.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AA7BA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 167 186 -
CMYK 0.43 0.10 0 0.27
HSL 194.25º 0.37% 0.57% -
HSV(B) 194.25º 0.43% 0.73% -
XYZ 28.63 34.25 51.56 -
YUV 150.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 106 167 186 0.43 0.10 0 0.27 194.25 0.37 0.57
Hex 6A A7 BA 2B A 0 1B C2 25 39
Octal 152 247 272 53 12 0 33 302 45 71
Binary 1101010 10100111 10111010 101011 1010 0 11011 11000010 100101 111001

Color Harmonies of #6AA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA7BA

Black with #6AA7BA

Text Example


Text Example

White with #6AA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,167,186); }

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

background-color css

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

 a { background-color: rgb(106,167,186); }

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

border-color css

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

 span { border-color: rgb(106,167,186); }

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