#6CA7BC

Color #6CA7BC Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6CA7BC

Tints of Glacier #6CA7BC

Color information

#6CA7BC (or 0x6CA7BC) is unknown color: approx Glacier. HEX triplet: 6C, A7 and BC. RGB value is (108,167,188). Sum of RGB (Red+Green+Blue) = 108+167+188=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CA7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7BC is #935843. Grayscale: #979797. Windows color (decimal): -9656388 or 12363628. OLE color: 12363628.

HSL color Cylindrical-coordinate representation of color #6CA7BC: hue angle of 195.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CA7BC is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108167188-
CMYK0.430.1100.26
HSL195.75º37.38%58.04%-
HSV(B)195.75º42.55%73.73%-
XYZ29.0834.4652.7-
YUV151.75148.4596.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.33%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=23.33%
G=36.07%
B=40.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081671880.430.1100.26195.7537.3858.04
Hex6CA7BC2BB01Ac4253a
Octal15424727453130323044572
Binary11011001010011110111100101011101101101011000100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CA7BC;
 }
 .AnyTagClassName
 {
   color: #6CA7BC;
 }
</style>
background-color css

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

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

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

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

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

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