Html Css Color HEX #6CA7BA Glacier

📋 copy color: '#6CA7BA'

red 108 ◦ green 167 ◦ blue 186

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

Shades of Glacier #6CA7BA

Tints of Glacier #6CA7BA

RGB

 RED value IS 108 (42.58% from 255) = 23.43%

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

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

R = 23.43%
G = 36.23%
B = 40.35%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6CA7BA (or 0x6CA7BA) is known color: Glacier. HEX triplet: 6C, A7 and BA. RGB value is (108,167,186). Sum of RGB (Red+Green+Blue) = 108+167+186=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CA7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7BA is #935845. Grayscale: #979797. Windows color (decimal): -9656390 or 12232556. OLE color: 12232556.

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

Color convert

RGB 108 167 186 -
CMYK 0.42 0.10 0 0.27
HSL 194.62º 0.36% 0.58% -
HSV(B) 194.62º 0.42% 0.73% -
XYZ 28.87 34.37 51.57 -
YUV 151.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 108 167 186 0.42 0.10 0 0.27 194.62 0.36 0.58
Hex 6C A7 BA 2A A 0 1B C3 24 3A
Octal 154 247 272 52 12 0 33 303 44 72
Binary 1101100 10100111 10111010 101010 1010 0 11011 11000011 100100 111010

Color Harmonies of #6CA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA7BA

Black with #6CA7BA

Text Example


Text Example

White with #6CA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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