#6BBDC3

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

Shades of Glacier #6BBDC3

Tints of Glacier #6BBDC3

Color information

#6BBDC3 (or 0x6BBDC3) is unknown color: approx Glacier. HEX triplet: 6B, BD and C3. RGB value is (107,189,195). Sum of RGB (Red+Green+Blue) = 107+189+195=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BBDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDC3 is #94423C. Grayscale: #A5A5A5. Windows color (decimal): -9716285 or 12828011. OLE color: 12828011.

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

Color convert

RGB107189195-
CMYK0.450.0300.24
HSL184.09º42.31%59.22%-
HSV(B)184.09º45.13%76.47%-
XYZ34.1143.4658.22-
YUV165.17144.8386.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.79%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=21.79%
G=38.49%
B=39.71%

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
Decimal1071891950.450.0300.24184.0942.3159.22
Hex6BBDC32D3018b82a3b
Octal1532753035530302705273
Binary110101110111101110000111011011101100010111000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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