#6DA9C1

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

Shades of Glacier #6DA9C1

Tints of Glacier #6DA9C1

Color information

#6DA9C1 (or 0x6DA9C1) is unknown color: approx Glacier. HEX triplet: 6D, A9 and C1. RGB value is (109,169,193). Sum of RGB (Red+Green+Blue) = 109+169+193=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #6DA9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA9C1 is #92563E. Grayscale: #999999. Windows color (decimal): -9590335 or 12691821. OLE color: 12691821.

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

Color convert

RGB109169193-
CMYK0.440.1200.24
HSL197.14º40.38%59.22%-
HSV(B)197.14º43.52%75.69%-
XYZ30.1235.4855.71-
YUV153.8150.1296.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.14%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=23.14%
G=35.88%
B=40.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091691930.440.1200.24197.1440.3859.22
Hex6DA9C12CC018c5283b
Octal15525130154140303055073
Binary11011011010100111000001101100110001100011000101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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