#6DA6BE

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

Shades of Glacier #6DA6BE

Tints of Glacier #6DA6BE

Color information

#6DA6BE (or 0x6DA6BE) is unknown color: approx Glacier. HEX triplet: 6D, A6 and BE. RGB value is (109,166,190). Sum of RGB (Red+Green+Blue) = 109+166+190=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DA6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6BE is #925941. Grayscale: #979797. Windows color (decimal): -9591106 or 12494445. OLE color: 12494445.

HSL color Cylindrical-coordinate representation of color #6DA6BE: hue angle of 197.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DA6BE is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109166190-
CMYK0.430.1300.25
HSL197.78º38.39%58.63%-
HSV(B)197.78º42.63%74.51%-
XYZ29.2434.2453.78-
YUV151.69149.6297.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.44%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=23.44%
G=35.70%
B=40.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091661900.430.1300.25197.7838.3958.63
Hex6DA6BE2BD019c6263b
Octal15524627653150313064673
Binary11011011010011010111110101011110101100111000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,166,190); }

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

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

 a { background-color: rgb(109,166,190); }

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

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

 span { border-color: rgb(109,166,190); }

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