Html Css Color HEX #6FACBD Glacier

📋 copy color: '#6FACBD'

red 111 ◦ green 172 ◦ blue 189

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

Shades of Glacier #6FACBD

Tints of Glacier #6FACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 23.52%
G = 36.44%
B = 40.04%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6FACBD (or 0x6FACBD) is known color: Glacier. HEX triplet: 6F, AC and BD. RGB value is (111,172,189). Sum of RGB (Red+Green+Blue) = 111+172+189=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACBD is #905342. Grayscale: #9B9B9B. Windows color (decimal): -9458499 or 12430447. OLE color: 12430447.

HSL color Cylindrical-coordinate representation of color #6FACBD: hue angle of 193.08º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FACBD is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 172 189 -
CMYK 0.41 0.09 0 0.26
HSL 193.08º 0.37% 0.59% -
HSV(B) 193.08º 0.41% 0.74% -
XYZ 30.49 36.56 53.59 -
YUV 155.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 111 172 189 0.41 0.09 0 0.26 193.08 0.37 0.59
Hex 6F AC BD 29 9 0 1A C1 25 3B
Octal 157 254 275 51 11 0 32 301 45 73
Binary 1101111 10101100 10111101 101001 1001 0 11010 11000001 100101 111011

Color Harmonies of #6FACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACBD

Black with #6FACBD

Text Example


Text Example

White with #6FACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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