Html Css Color HEX #6DBAC6 Glacier

📋 copy color: '#6DBAC6'

red 109 ◦ green 186 ◦ blue 198

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

Shades of Glacier #6DBAC6

Tints of Glacier #6DBAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 198 (77.73% from 255) = 40.16%

R = 22.11%
G = 37.73%
B = 40.16%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6DBAC6 (or 0x6DBAC6) is known color: Glacier. HEX triplet: 6D, BA and C6. RGB value is (109,186,198). Sum of RGB (Red+Green+Blue) = 109+186+198=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #6DBAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAC6 is #924539. Grayscale: #A4A4A4. Windows color (decimal): -9585978 or 13023853. OLE color: 13023853.

HSL color Cylindrical-coordinate representation of color #6DBAC6: hue angle of 188.09º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DBAC6 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 109 186 198 -
CMYK 0.45 0.06 0 0.22
HSL 188.09º 0.44% 0.6% -
HSV(B) 188.09º 0.45% 0.78% -
XYZ 34.06 42.45 59.82 -
YUV 164.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 109 186 198 0.45 0.06 0 0.22 188.09 0.44 0.6
Hex 6D BA C6 2D 6 0 16 BC 2C 3C
Octal 155 272 306 55 6 0 26 274 54 74
Binary 1101101 10111010 11000110 101101 110 0 10110 10111100 101100 111100

Color Harmonies of #6DBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAC6

Black with #6DBAC6

Text Example


Text Example

White with #6DBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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