#6DBDC1

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

Shades of Glacier #6DBDC1

Tints of Glacier #6DBDC1

Color information

#6DBDC1 (or 0x6DBDC1) is unknown color: approx Glacier. HEX triplet: 6D, BD and C1. RGB value is (109,189,193). Sum of RGB (Red+Green+Blue) = 109+189+193=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #6DBDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDC1 is #92423E. Grayscale: #A5A5A5. Windows color (decimal): -9585215 or 12696941. OLE color: 12696941.

HSL color Cylindrical-coordinate representation of color #6DBDC1: hue angle of 182.86º degrees, saturation: 0.4, 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 #6DBDC1 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB109189193-
CMYK0.440.0200.24
HSL182.86º40.38%59.22%-
HSV(B)182.86º43.52%75.69%-
XYZ34.1343.557.05-
YUV165.54143.587.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=22.20%
G=38.49%
B=39.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091891930.440.0200.24182.8640.3859.22
Hex6DBDC12C2018b7283b
Octal1552753015420302675073
Binary110110110111101110000011011001001100010110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,189,193); }

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

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

 a { background-color: rgb(109,189,193); }

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

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

 span { border-color: rgb(109,189,193); }

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