Html Css Color HEX #6CACBC Glacier

📋 copy color: '#6CACBC'

red 108 ◦ green 172 ◦ blue 188

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

Shades of Glacier #6CACBC

Tints of Glacier #6CACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 23.08%
G = 36.75%
B = 40.17%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6CACBC (or 0x6CACBC) is known color: Glacier. HEX triplet: 6C, AC and BC. RGB value is (108,172,188). Sum of RGB (Red+Green+Blue) = 108+172+188=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACBC is #935343. Grayscale: #9A9A9A. Windows color (decimal): -9655108 or 12364908. OLE color: 12364908.

HSL color Cylindrical-coordinate representation of color #6CACBC: hue angle of 192º 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 #6CACBC is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 172 188 -
CMYK 0.43 0.09 0 0.26
HSL 192º 0.37% 0.58% -
HSV(B) 192º 0.43% 0.74% -
XYZ 30.01 36.32 53.01 -
YUV 154.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 108 172 188 0.43 0.09 0 0.26 192 0.37 0.58
Hex 6C AC BC 2B 9 0 1A C0 25 3A
Octal 154 254 274 53 11 0 32 300 45 72
Binary 1101100 10101100 10111100 101011 1001 0 11010 11000000 100101 111010

Color Harmonies of #6CACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACBC

Black with #6CACBC

Text Example


Text Example

White with #6CACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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