#6BAFBD

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

Shades of Glacier #6BAFBD

Tints of Glacier #6BAFBD

Color information

#6BAFBD (or 0x6BAFBD) is unknown color: approx Glacier. HEX triplet: 6B, AF and BD. RGB value is (107,175,189). Sum of RGB (Red+Green+Blue) = 107+175+189=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #6BAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFBD is #945042. Grayscale: #9C9C9C. Windows color (decimal): -9719875 or 12431211. OLE color: 12431211.

HSL color Cylindrical-coordinate representation of color #6BAFBD: hue angle of 190.24º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BAFBD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107175189-
CMYK0.430.0700.26
HSL190.24º38.32%58.04%-
HSV(B)190.24º43.39%74.12%-
XYZ30.5837.4653.76-
YUV156.26146.4792.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=22.72%
G=37.15%
B=40.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071751890.430.0700.26190.2438.3258.04
Hex6BAFBD2B701Abe263a
Octal1532572755370322764672
Binary1101011101011111011110110101111101101010111110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,189); }

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

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

 a { background-color: rgb(107,175,189); }

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

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

 span { border-color: rgb(107,175,189); }

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