#6BBCC1

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

Shades of Glacier #6BBCC1

Tints of Glacier #6BBCC1

Color information

#6BBCC1 (or 0x6BBCC1) is unknown color: approx Glacier. HEX triplet: 6B, BC and C1. RGB value is (107,188,193). Sum of RGB (Red+Green+Blue) = 107+188+193=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 188 (73.83% from 255 or 38.52% 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 #6BBCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCC1 is #94433E. Grayscale: #A4A4A4. Windows color (decimal): -9716543 or 12696683. OLE color: 12696683.

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

Color convert

RGB107188193-
CMYK0.450.0300.24
HSL183.49º40.95%58.82%-
HSV(B)183.49º44.56%75.69%-
XYZ33.6742.9456.97-
YUV164.35144.1687.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.93%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=21.93%
G=38.52%
B=39.55%

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
Decimal1071881930.450.0300.24183.4940.9558.82
Hex6BBCC12D3018b7293b
Octal1532743015530302675173
Binary110101110111100110000011011011101100010110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,188,193); }

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

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

 a { background-color: rgb(107,188,193); }

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

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

 span { border-color: rgb(107,188,193); }

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