Html Css Color HEX #6DAFBA Glacier

📋 copy color: '#6DAFBA'

red 109 ◦ green 175 ◦ blue 186

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

Shades of Glacier #6DAFBA

Tints of Glacier #6DAFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.23%

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

R = 23.19%
G = 37.23%
B = 39.57%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DAFBA (or 0x6DAFBA) is known color: Glacier. HEX triplet: 6D, AF and BA. RGB value is (109,175,186). Sum of RGB (Red+Green+Blue) = 109+175+186=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBA is #925045. Grayscale: #9C9C9C. Windows color (decimal): -9588806 or 12234605. OLE color: 12234605.

HSL color Cylindrical-coordinate representation of color #6DAFBA: hue angle of 188.57º 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 #6DAFBA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 175 186 -
CMYK 0.41 0.06 0 0.27
HSL 188.57º 0.36% 0.58% -
HSV(B) 188.57º 0.41% 0.73% -
XYZ 30.5 37.46 52.08 -
YUV 156.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 109 175 186 0.41 0.06 0 0.27 188.57 0.36 0.58
Hex 6D AF BA 29 6 0 1B BD 24 3A
Octal 155 257 272 51 6 0 33 275 44 72
Binary 1101101 10101111 10111010 101001 110 0 11011 10111101 100100 111010

Color Harmonies of #6DAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFBA

Black with #6DAFBA

Text Example


Text Example

White with #6DAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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