#6BBFC3

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

Shades of Glacier #6BBFC3

Tints of Glacier #6BBFC3

Color information

#6BBFC3 (or 0x6BBFC3) is unknown color: approx Glacier. HEX triplet: 6B, BF and C3. RGB value is (107,191,195). Sum of RGB (Red+Green+Blue) = 107+191+195=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BBFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFC3 is #94403C. Grayscale: #A6A6A6. Windows color (decimal): -9715773 or 12828523. OLE color: 12828523.

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

Color convert

RGB107191195-
CMYK0.450.0200.24
HSL182.73º42.31%59.22%-
HSV(B)182.73º45.13%76.47%-
XYZ34.5444.3358.37-
YUV166.34144.1785.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.70%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=21.70%
G=38.74%
B=39.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071911950.450.0200.24182.7342.3159.22
Hex6BBFC32D2018b72a3b
Octal1532773035520302675273
Binary110101110111111110000111011011001100010110111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,191,195); }

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

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

 a { background-color: rgb(107,191,195); }

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

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

 span { border-color: rgb(107,191,195); }

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