Html Css Color HEX #6FADC1 Glacier

📋 copy color: '#6FADC1'

red 111 ◦ green 173 ◦ blue 193

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

Shades of Glacier #6FADC1

Tints of Glacier #6FADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.46%

R = 23.27%
G = 36.27%
B = 40.46%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6FADC1 (or 0x6FADC1) is known color: Glacier. HEX triplet: 6F, AD and C1. RGB value is (111,173,193). Sum of RGB (Red+Green+Blue) = 111+173+193=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADC1 is #90523E. Grayscale: #9C9C9C. Windows color (decimal): -9458239 or 12692847. OLE color: 12692847.

HSL color Cylindrical-coordinate representation of color #6FADC1: hue angle of 194.63º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FADC1 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 173 193 -
CMYK 0.42 0.10 0 0.24
HSL 194.63º 0.4% 0.6% -
HSV(B) 194.63º 0.42% 0.76% -
XYZ 31.12 37.12 55.98 -
YUV 156.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 111 173 193 0.42 0.10 0 0.24 194.63 0.4 0.6
Hex 6F AD C1 2A A 0 18 C3 28 3C
Octal 157 255 301 52 12 0 30 303 50 74
Binary 1101111 10101101 11000001 101010 1010 0 11000 11000011 101000 111100

Color Harmonies of #6FADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADC1

Black with #6FADC1

Text Example


Text Example

White with #6FADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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