Html Css Color HEX #6FADBF Glacier

📋 copy color: '#6FADBF'

red 111 ◦ green 173 ◦ blue 191

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

Shades of Glacier #6FADBF

Tints of Glacier #6FADBF

RGB

 RED value IS 111 (43.75% from 255) = 23.37%

 GREEN value IS 173 (67.97% from 255) = 36.42%

 BLUE value IS 191 (75% from 255) = 40.21%

R = 23.37%
G = 36.42%
B = 40.21%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6FADBF (or 0x6FADBF) is known color: Glacier. HEX triplet: 6F, AD and BF. RGB value is (111,173,191). Sum of RGB (Red+Green+Blue) = 111+173+191=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADBF is #905240. Grayscale: #9C9C9C. Windows color (decimal): -9458241 or 12561775. OLE color: 12561775.

HSL color Cylindrical-coordinate representation of color #6FADBF: hue angle of 193.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FADBF is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 173 191 -
CMYK 0.42 0.09 0 0.25
HSL 193.5º 0.38% 0.59% -
HSV(B) 193.5º 0.42% 0.75% -
XYZ 30.9 37.03 54.81 -
YUV 156.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 111 173 191 0.42 0.09 0 0.25 193.5 0.38 0.59
Hex 6F AD BF 2A 9 0 19 C2 26 3B
Octal 157 255 277 52 11 0 31 302 46 73
Binary 1101111 10101101 10111111 101010 1001 0 11001 11000010 100110 111011

Color Harmonies of #6FADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADBF

Black with #6FADBF

Text Example


Text Example

White with #6FADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,173,191); }

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

background-color css

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

 a { background-color: rgb(111,173,191); }

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

border-color css

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

 span { border-color: rgb(111,173,191); }

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