Html Css Color HEX #6DB1BD Glacier

📋 copy color: '#6DB1BD'

red 109 ◦ green 177 ◦ blue 189

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

Shades of Glacier #6DB1BD

Tints of Glacier #6DB1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 22.95%
G = 37.26%
B = 39.79%

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

#6DB1BD (or 0x6DB1BD) is known color: Glacier. HEX triplet: 6D, B1 and BD. RGB value is (109,177,189). Sum of RGB (Red+Green+Blue) = 109+177+189=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DB1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1BD is #924E42. Grayscale: #9D9D9D. Windows color (decimal): -9588291 or 12431725. OLE color: 12431725.

HSL color Cylindrical-coordinate representation of color #6DB1BD: hue angle of 189º degrees, saturation: 0.38, 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 #6DB1BD is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 177 189 -
CMYK 0.42 0.06 0 0.26
HSL 189º 0.38% 0.58% -
HSV(B) 189º 0.42% 0.74% -
XYZ 31.21 38.37 53.91 -
YUV 158.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 109 177 189 0.42 0.06 0 0.26 189 0.38 0.58
Hex 6D B1 BD 2A 6 0 1A BD 26 3A
Octal 155 261 275 52 6 0 32 275 46 72
Binary 1101101 10110001 10111101 101010 110 0 11010 10111101 100110 111010

Color Harmonies of #6DB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1BD

Black with #6DB1BD

Text Example


Text Example

White with #6DB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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