Html Css Color HEX #6DABBD Glacier

📋 copy color: '#6DABBD'

red 109 ◦ green 171 ◦ blue 189

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

Shades of Glacier #6DABBD

Tints of Glacier #6DABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 23.24%
G = 36.46%
B = 40.3%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DABBD (or 0x6DABBD) is known color: Glacier. HEX triplet: 6D, AB and BD. RGB value is (109,171,189). Sum of RGB (Red+Green+Blue) = 109+171+189=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABBD is #925442. Grayscale: #9A9A9A. Windows color (decimal): -9589827 or 12430189. OLE color: 12430189.

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

Color convert

RGB 109 171 189 -
CMYK 0.42 0.10 0 0.26
HSL 193.5º 0.38% 0.58% -
HSV(B) 193.5º 0.42% 0.74% -
XYZ 30.05 36.05 53.52 -
YUV 154.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 109 171 189 0.42 0.10 0 0.26 193.5 0.38 0.58
Hex 6D AB BD 2A A 0 1A C2 26 3A
Octal 155 253 275 52 12 0 32 302 46 72
Binary 1101101 10101011 10111101 101010 1010 0 11010 11000010 100110 111010

Color Harmonies of #6DABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABBD

Black with #6DABBD

Text Example


Text Example

White with #6DABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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