Html Css Color HEX #6DB2BE Glacier

📋 copy color: '#6DB2BE'

red 109 ◦ green 178 ◦ blue 190

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

Shades of Glacier #6DB2BE

Tints of Glacier #6DB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.32%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 22.85%
G = 37.32%
B = 39.83%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DB2BE (or 0x6DB2BE) is known color: Glacier. HEX triplet: 6D, B2 and BE. RGB value is (109,178,190). Sum of RGB (Red+Green+Blue) = 109+178+190=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2BE is #924D41. Grayscale: #9E9E9E. Windows color (decimal): -9588034 or 12497517. OLE color: 12497517.

HSL color Cylindrical-coordinate representation of color #6DB2BE: hue angle of 188.89º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DB2BE is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 178 190 -
CMYK 0.43 0.06 0 0.25
HSL 188.89º 0.38% 0.59% -
HSV(B) 188.89º 0.43% 0.75% -
XYZ 31.52 38.81 54.54 -
YUV 158.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 109 178 190 0.43 0.06 0 0.25 188.89 0.38 0.59
Hex 6D B2 BE 2B 6 0 19 BD 26 3B
Octal 155 262 276 53 6 0 31 275 46 73
Binary 1101101 10110010 10111110 101011 110 0 11001 10111101 100110 111011

Color Harmonies of #6DB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB2BE

Black with #6DB2BE

Text Example


Text Example

White with #6DB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,178,190); }

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

background-color css

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

 a { background-color: rgb(109,178,190); }

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

border-color css

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

 span { border-color: rgb(109,178,190); }

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