Html Css Color HEX #6DA7BA Glacier

📋 copy color: '#6DA7BA'

red 109 ◦ green 167 ◦ blue 186

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

Shades of Glacier #6DA7BA

Tints of Glacier #6DA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.15%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 23.59%
G = 36.15%
B = 40.26%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DA7BA (or 0x6DA7BA) is known color: Glacier. HEX triplet: 6D, A7 and BA. RGB value is (109,167,186). Sum of RGB (Red+Green+Blue) = 109+167+186=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DA7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7BA is #925845. Grayscale: #979797. Windows color (decimal): -9590854 or 12232557. OLE color: 12232557.

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

Color convert

RGB 109 167 186 -
CMYK 0.41 0.10 0 0.27
HSL 194.81º 0.36% 0.58% -
HSV(B) 194.81º 0.41% 0.73% -
XYZ 28.99 34.43 51.57 -
YUV 151.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 109 167 186 0.41 0.10 0 0.27 194.81 0.36 0.58
Hex 6D A7 BA 29 A 0 1B C3 24 3A
Octal 155 247 272 51 12 0 33 303 44 72
Binary 1101101 10100111 10111010 101001 1010 0 11011 11000011 100100 111010

Color Harmonies of #6DA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA7BA

Black with #6DA7BA

Text Example


Text Example

White with #6DA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,167,186); }

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

background-color css

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

 a { background-color: rgb(109,167,186); }

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

border-color css

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

 span { border-color: rgb(109,167,186); }

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