Html Css Color HEX #6FACC1 Glacier

📋 copy color: '#6FACC1'

red 111 ◦ green 172 ◦ blue 193

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

Shades of Glacier #6FACC1

Tints of Glacier #6FACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

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

R = 23.32%
G = 36.13%
B = 40.55%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6FACC1 (or 0x6FACC1) is known color: Glacier. HEX triplet: 6F, AC and C1. RGB value is (111,172,193). Sum of RGB (Red+Green+Blue) = 111+172+193=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACC1 is #90533E. Grayscale: #9C9C9C. Windows color (decimal): -9458495 or 12692591. OLE color: 12692591.

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

Color convert

RGB 111 172 193 -
CMYK 0.42 0.11 0 0.24
HSL 195.37º 0.4% 0.6% -
HSV(B) 195.37º 0.42% 0.76% -
XYZ 30.93 36.73 55.91 -
YUV 156.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 111 172 193 0.42 0.11 0 0.24 195.37 0.4 0.6
Hex 6F AC C1 2A B 0 18 C3 28 3C
Octal 157 254 301 52 13 0 30 303 50 74
Binary 1101111 10101100 11000001 101010 1011 0 11000 11000011 101000 111100

Color Harmonies of #6FACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACC1

Black with #6FACC1

Text Example


Text Example

White with #6FACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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