Html Css Color HEX #6DA8BB Glacier

📋 copy color: '#6DA8BB'

red 109 ◦ green 168 ◦ blue 187

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

Shades of Glacier #6DA8BB

Tints of Glacier #6DA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.21%

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 23.49%
G = 36.21%
B = 40.3%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DA8BB (or 0x6DA8BB) is known color: Glacier. HEX triplet: 6D, A8 and BB. RGB value is (109,168,187). Sum of RGB (Red+Green+Blue) = 109+168+187=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DA8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8BB is #925744. Grayscale: #989898. Windows color (decimal): -9590597 or 12298349. OLE color: 12298349.

HSL color Cylindrical-coordinate representation of color #6DA8BB: hue angle of 194.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA8BB is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 168 187 -
CMYK 0.42 0.10 0 0.27
HSL 194.62º 0.36% 0.58% -
HSV(B) 194.62º 0.42% 0.73% -
XYZ 29.28 34.84 52.2 -
YUV 152.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 109 168 187 0.42 0.10 0 0.27 194.62 0.36 0.58
Hex 6D A8 BB 2A A 0 1B C3 24 3A
Octal 155 250 273 52 12 0 33 303 44 72
Binary 1101101 10101000 10111011 101010 1010 0 11011 11000011 100100 111010

Color Harmonies of #6DA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA8BB

Black with #6DA8BB

Text Example


Text Example

White with #6DA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,168,187); }

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

background-color css

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

 a { background-color: rgb(109,168,187); }

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

border-color css

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

 span { border-color: rgb(109,168,187); }

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