Html Css Color HEX #6DA6BE Glacier

📋 copy color: '#6DA6BE'

red 109 ◦ green 166 ◦ blue 190

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

Shades of Glacier #6DA6BE

Tints of Glacier #6DA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.7%

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

R = 23.44%
G = 35.7%
B = 40.86%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DA6BE (or 0x6DA6BE) is known color: Glacier. HEX triplet: 6D, A6 and BE. RGB value is (109,166,190). Sum of RGB (Red+Green+Blue) = 109+166+190=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DA6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6BE is #925941. Grayscale: #979797. Windows color (decimal): -9591106 or 12494445. OLE color: 12494445.

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

Color convert

RGB 109 166 190 -
CMYK 0.43 0.13 0 0.25
HSL 197.78º 0.38% 0.59% -
HSV(B) 197.78º 0.43% 0.75% -
XYZ 29.24 34.24 53.78 -
YUV 151.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 109 166 190 0.43 0.13 0 0.25 197.78 0.38 0.59
Hex 6D A6 BE 2B D 0 19 C6 26 3B
Octal 155 246 276 53 15 0 31 306 46 73
Binary 1101101 10100110 10111110 101011 1101 0 11001 11000110 100110 111011

Color Harmonies of #6DA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA6BE

Black with #6DA6BE

Text Example


Text Example

White with #6DA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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