Html Css Color HEX #6DB1BC Glacier

📋 copy color: '#6DB1BC'

red 109 ◦ green 177 ◦ blue 188

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

Shades of Glacier #6DB1BC

Tints of Glacier #6DB1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 23%
G = 37.34%
B = 39.66%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DB1BC (or 0x6DB1BC) is known color: Glacier. HEX triplet: 6D, B1 and BC. RGB value is (109,177,188). Sum of RGB (Red+Green+Blue) = 109+177+188=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DB1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1BC is #924E43. Grayscale: #9D9D9D. Windows color (decimal): -9588292 or 12366189. OLE color: 12366189.

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

Color convert

RGB 109 177 188 -
CMYK 0.42 0.06 0 0.26
HSL 188.35º 0.37% 0.58% -
HSV(B) 188.35º 0.42% 0.74% -
XYZ 31.11 38.33 53.34 -
YUV 157.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 109 177 188 0.42 0.06 0 0.26 188.35 0.37 0.58
Hex 6D B1 BC 2A 6 0 1A BC 25 3A
Octal 155 261 274 52 6 0 32 274 45 72
Binary 1101101 10110001 10111100 101010 110 0 11010 10111100 100101 111010

Color Harmonies of #6DB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1BC

Black with #6DB1BC

Text Example


Text Example

White with #6DB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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