Html Css Color HEX #6FACBA Glacier

📋 copy color: '#6FACBA'

red 111 ◦ green 172 ◦ blue 186

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

Shades of Glacier #6FACBA

Tints of Glacier #6FACBA

RGB

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

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

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

R = 23.67%
G = 36.67%
B = 39.66%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FACBA (or 0x6FACBA) is known color: Glacier. HEX triplet: 6F, AC and BA. RGB value is (111,172,186). Sum of RGB (Red+Green+Blue) = 111+172+186=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACBA is #905345. Grayscale: #9B9B9B. Windows color (decimal): -9458502 or 12233839. OLE color: 12233839.

HSL color Cylindrical-coordinate representation of color #6FACBA: hue angle of 191.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FACBA is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 172 186 -
CMYK 0.40 0.08 0 0.27
HSL 191.2º 0.35% 0.58% -
HSV(B) 191.2º 0.4% 0.73% -
XYZ 30.17 36.43 51.9 -
YUV 155.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 111 172 186 0.40 0.08 0 0.27 191.2 0.35 0.58
Hex 6F AC BA 28 8 0 1B BF 23 3A
Octal 157 254 272 50 10 0 33 277 43 72
Binary 1101111 10101100 10111010 101000 1000 0 11011 10111111 100011 111010

Color Harmonies of #6FACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACBA

Black with #6FACBA

Text Example


Text Example

White with #6FACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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