#6BBEC3

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

Shades of Glacier #6BBEC3

Tints of Glacier #6BBEC3

Color information

#6BBEC3 (or 0x6BBEC3) is unknown color: approx Glacier. HEX triplet: 6B, BE and C3. RGB value is (107,190,195). Sum of RGB (Red+Green+Blue) = 107+190+195=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BBEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEC3 is #94413C. Grayscale: #A5A5A5. Windows color (decimal): -9716029 or 12828267. OLE color: 12828267.

HSL color Cylindrical-coordinate representation of color #6BBEC3: hue angle of 183.41º 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 #6BBEC3 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB107190195-
CMYK0.450.0300.24
HSL183.41º42.31%59.22%-
HSV(B)183.41º45.13%76.47%-
XYZ34.3343.8958.29-
YUV165.75144.586.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.75%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=21.75%
G=38.62%
B=39.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071901950.450.0300.24183.4142.3159.22
Hex6BBEC32D3018b72a3b
Octal1532763035530302675273
Binary110101110111110110000111011011101100010110111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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