Html Css Color HEX #6DAFBB Glacier

📋 copy color: '#6DAFBB'

red 109 ◦ green 175 ◦ blue 187

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

Shades of Glacier #6DAFBB

Tints of Glacier #6DAFBB

RGB

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

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

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

R = 23.14%
G = 37.15%
B = 39.7%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DAFBB (or 0x6DAFBB) is known color: Glacier. HEX triplet: 6D, AF and BB. RGB value is (109,175,187). Sum of RGB (Red+Green+Blue) = 109+175+187=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBB is #925044. Grayscale: #9C9C9C. Windows color (decimal): -9588805 or 12300141. OLE color: 12300141.

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

Color convert

RGB 109 175 187 -
CMYK 0.42 0.06 0 0.27
HSL 189.23º 0.36% 0.58% -
HSV(B) 189.23º 0.42% 0.73% -
XYZ 30.61 37.5 52.64 -
YUV 156.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 109 175 187 0.42 0.06 0 0.27 189.23 0.36 0.58
Hex 6D AF BB 2A 6 0 1B BD 24 3A
Octal 155 257 273 52 6 0 33 275 44 72
Binary 1101101 10101111 10111011 101010 110 0 11011 10111101 100100 111010

Color Harmonies of #6DAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFBB

Black with #6DAFBB

Text Example


Text Example

White with #6DAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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