#6CBBC1

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

Shades of Glacier #6CBBC1

Tints of Glacier #6CBBC1

Color information

#6CBBC1 (or 0x6CBBC1) is unknown color: approx Glacier. HEX triplet: 6C, BB and C1. RGB value is (108,187,193). Sum of RGB (Red+Green+Blue) = 108+187+193=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #6CBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBC1 is #93443E. Grayscale: #A3A3A3. Windows color (decimal): -9651263 or 12696428. OLE color: 12696428.

HSL color Cylindrical-coordinate representation of color #6CBBC1: hue angle of 184.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CBBC1 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB108187193-
CMYK0.440.0300.24
HSL184.24º40.67%59.02%-
HSV(B)184.24º44.04%75.69%-
XYZ33.5842.5856.9-
YUV164.06144.3388.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.13%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=22.13%
G=38.32%
B=39.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081871930.440.0300.24184.2440.6759.02
Hex6CBBC12C3018b8293b
Octal1542733015430302705173
Binary110110010111011110000011011001101100010111000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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