Html Css Color HEX #6DB9BE Glacier

📋 copy color: '#6DB9BE'

red 109 ◦ green 185 ◦ blue 190

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

Shades of Glacier #6DB9BE

Tints of Glacier #6DB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

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

R = 22.52%
G = 38.22%
B = 39.26%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DB9BE (or 0x6DB9BE) is known color: Glacier. HEX triplet: 6D, B9 and BE. RGB value is (109,185,190). Sum of RGB (Red+Green+Blue) = 109+185+190=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9BE is #924641. Grayscale: #A2A2A2. Windows color (decimal): -9586242 or 12499309. OLE color: 12499309.

HSL color Cylindrical-coordinate representation of color #6DB9BE: hue angle of 183.7º 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 #6DB9BE is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 185 190 -
CMYK 0.43 0.03 0 0.25
HSL 183.7º 0.38% 0.59% -
HSV(B) 183.7º 0.43% 0.75% -
XYZ 32.95 41.67 55.02 -
YUV 162.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 109 185 190 0.43 0.03 0 0.25 183.7 0.38 0.59
Hex 6D B9 BE 2B 3 0 19 B8 26 3B
Octal 155 271 276 53 3 0 31 270 46 73
Binary 1101101 10111001 10111110 101011 11 0 11001 10111000 100110 111011

Color Harmonies of #6DB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB9BE

Black with #6DB9BE

Text Example


Text Example

White with #6DB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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