#6BA9C4

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

Shades of Glacier #6BA9C4

Tints of Glacier #6BA9C4

Color information

#6BA9C4 (or 0x6BA9C4) is unknown color: approx Glacier. HEX triplet: 6B, A9 and C4. RGB value is (107,169,196). Sum of RGB (Red+Green+Blue) = 107+169+196=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #6BA9C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9C4 is #94563B. Grayscale: #999999. Windows color (decimal): -9721404 or 12888427. OLE color: 12888427.

HSL color Cylindrical-coordinate representation of color #6BA9C4: hue angle of 198.2º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BA9C4 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB107169196-
CMYK0.450.1400.23
HSL198.2º43%59.41%-
HSV(B)198.2º45.41%76.86%-
XYZ30.2235.4957.48-
YUV153.54151.9694.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.67%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=22.67%
G=35.81%
B=41.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071691960.450.1400.23198.24359.41
Hex6BA9C42DE017c62b3b
Octal15325130455160273065373
Binary11010111010100111000100101101111001011111000110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,169,196); }

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

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

 a { background-color: rgb(107,169,196); }

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

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

 span { border-color: rgb(107,169,196); }

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