Html Css Color HEX #6CA6BB Glacier

📋 copy color: '#6CA6BB'

red 108 ◦ green 166 ◦ blue 187

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

Shades of Glacier #6CA6BB

Tints of Glacier #6CA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 23.43%
G = 36.01%
B = 40.56%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6CA6BB (or 0x6CA6BB) is known color: Glacier. HEX triplet: 6C, A6 and BB. RGB value is (108,166,187). Sum of RGB (Red+Green+Blue) = 108+166+187=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #6CA6BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA6BB is #935944. Grayscale: #969696. Windows color (decimal): -9656645 or 12297836. OLE color: 12297836.

HSL color Cylindrical-coordinate representation of color #6CA6BB: hue angle of 195.95º degrees, saturation: 0.37, 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 #6CA6BB is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 166 187 -
CMYK 0.42 0.11 0 0.27
HSL 195.95º 0.37% 0.58% -
HSV(B) 195.95º 0.42% 0.73% -
XYZ 28.79 34.05 52.07 -
YUV 151.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 108 166 187 0.42 0.11 0 0.27 195.95 0.37 0.58
Hex 6C A6 BB 2A B 0 1B C4 25 3A
Octal 154 246 273 52 13 0 33 304 45 72
Binary 1101100 10100110 10111011 101010 1011 0 11011 11000100 100101 111010

Color Harmonies of #6CA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA6BB

Black with #6CA6BB

Text Example


Text Example

White with #6CA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,166,187); }

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

background-color css

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

 a { background-color: rgb(108,166,187); }

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

border-color css

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

 span { border-color: rgb(108,166,187); }

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