Html Css Color HEX #6DA8BE Glacier

📋 copy color: '#6DA8BE'

red 109 ◦ green 168 ◦ blue 190

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

Shades of Glacier #6DA8BE

Tints of Glacier #6DA8BE

RGB

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

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

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

R = 23.34%
G = 35.97%
B = 40.69%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DA8BE (or 0x6DA8BE) is known color: Glacier. HEX triplet: 6D, A8 and BE. RGB value is (109,168,190). Sum of RGB (Red+Green+Blue) = 109+168+190=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8BE is #925741. Grayscale: #989898. Windows color (decimal): -9590594 or 12494957. OLE color: 12494957.

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

Color convert

RGB 109 168 190 -
CMYK 0.43 0.12 0 0.25
HSL 196.3º 0.38% 0.59% -
HSV(B) 196.3º 0.43% 0.75% -
XYZ 29.6 34.97 53.91 -
YUV 152.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 109 168 190 0.43 0.12 0 0.25 196.3 0.38 0.59
Hex 6D A8 BE 2B C 0 19 C4 26 3B
Octal 155 250 276 53 14 0 31 304 46 73
Binary 1101101 10101000 10111110 101011 1100 0 11001 11000100 100110 111011

Color Harmonies of #6DA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA8BE

Black with #6DA8BE

Text Example


Text Example

White with #6DA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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