Html Css Color HEX #6BABBF Glacier

📋 copy color: '#6BABBF'

red 107 ◦ green 171 ◦ blue 191

#6BABBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #6BABBF

Tints of Glacier #6BABBF

RGB

 RED value IS 107 (42.19% from 255) = 22.81%

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 191 (75% from 255) = 40.72%

R = 22.81%
G = 36.46%
B = 40.72%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6BABBF (or 0x6BABBF) is known color: Glacier. HEX triplet: 6B, AB and BF. RGB value is (107,171,191). Sum of RGB (Red+Green+Blue) = 107+171+191=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #6BABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABBF is #945440. Grayscale: #9A9A9A. Windows color (decimal): -9720897 or 12561259. OLE color: 12561259.

HSL color Cylindrical-coordinate representation of color #6BABBF: hue angle of 194.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BABBF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 171 191 -
CMYK 0.44 0.10 0 0.25
HSL 194.29º 0.4% 0.58% -
HSV(B) 194.29º 0.44% 0.75% -
XYZ 30.03 36.01 54.66 -
YUV 154.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 107 171 191 0.44 0.10 0 0.25 194.29 0.4 0.58
Hex 6B AB BF 2C A 0 19 C2 28 3A
Octal 153 253 277 54 12 0 31 302 50 72
Binary 1101011 10101011 10111111 101100 1010 0 11001 11000010 101000 111010

Color Harmonies of #6BABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABBF

Black with #6BABBF

Text Example


Text Example

White with #6BABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,191); }

 H1.HeaderClassName
 {
   color: #6BABBF;
 }
 .AnyTagClassName
 {
   color: #6BABBF;
 }
</style>

background-color css

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

 a { background-color: rgb(107,171,191); }

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

border-color css

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

 span { border-color: rgb(107,171,191); }

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