Html Css Color HEX #6DB0BD Glacier

📋 copy color: '#6DB0BD'

red 109 ◦ green 176 ◦ blue 189

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

Shades of Glacier #6DB0BD

Tints of Glacier #6DB0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

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

R = 23%
G = 37.13%
B = 39.87%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DB0BD (or 0x6DB0BD) is known color: Glacier. HEX triplet: 6D, B0 and BD. RGB value is (109,176,189). Sum of RGB (Red+Green+Blue) = 109+176+189=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DB0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0BD is #924F42. Grayscale: #9D9D9D. Windows color (decimal): -9588547 or 12431469. OLE color: 12431469.

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

Color convert

RGB 109 176 189 -
CMYK 0.42 0.07 0 0.26
HSL 189.75º 0.38% 0.58% -
HSV(B) 189.75º 0.42% 0.74% -
XYZ 31.02 37.98 53.84 -
YUV 157.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 109 176 189 0.42 0.07 0 0.26 189.75 0.38 0.58
Hex 6D B0 BD 2A 7 0 1A BE 26 3A
Octal 155 260 275 52 7 0 32 276 46 72
Binary 1101101 10110000 10111101 101010 111 0 11010 10111110 100110 111010

Color Harmonies of #6DB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB0BD

Black with #6DB0BD

Text Example


Text Example

White with #6DB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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