Html Css Color HEX #6DB1BB Glacier

📋 copy color: '#6DB1BB'

red 109 ◦ green 177 ◦ blue 187

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

Shades of Glacier #6DB1BB

Tints of Glacier #6DB1BB

RGB

 RED value IS 109 (42.97% from 255) = 23.04%

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 23.04%
G = 37.42%
B = 39.53%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DB1BB (or 0x6DB1BB) is known color: Glacier. HEX triplet: 6D, B1 and BB. RGB value is (109,177,187). Sum of RGB (Red+Green+Blue) = 109+177+187=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DB1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1BB is #924E44. Grayscale: #9D9D9D. Windows color (decimal): -9588293 or 12300653. OLE color: 12300653.

HSL color Cylindrical-coordinate representation of color #6DB1BB: hue angle of 187.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DB1BB is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 177 187 -
CMYK 0.42 0.05 0 0.27
HSL 187.69º 0.36% 0.58% -
HSV(B) 187.69º 0.42% 0.73% -
XYZ 31 38.28 52.77 -
YUV 157.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 109 177 187 0.42 0.05 0 0.27 187.69 0.36 0.58
Hex 6D B1 BB 2A 5 0 1B BC 24 3A
Octal 155 261 273 52 5 0 33 274 44 72
Binary 1101101 10110001 10111011 101010 101 0 11011 10111100 100100 111010

Color Harmonies of #6DB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1BB

Black with #6DB1BB

Text Example


Text Example

White with #6DB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,177,187); }

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

background-color css

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

 a { background-color: rgb(109,177,187); }

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

border-color css

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

 span { border-color: rgb(109,177,187); }

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