Html Css Color HEX #6F5463 Cosmic

📋 copy color: '#6F5463'

red 111 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #6F5463

Tints of Cosmic #6F5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 37.76%
G = 28.57%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F5463 (or 0x6F5463) is known color: Cosmic. HEX triplet: 6F, 54 and 63. RGB value is (111,84,99). Sum of RGB (Red+Green+Blue) = 111+84+99=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5463 is #90AB9C. Grayscale: #5D5D5D. Windows color (decimal): -9481117 or 6509679. OLE color: 6509679.

HSL color Cylindrical-coordinate representation of color #6F5463: hue angle of 326.67º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F5463 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 84 99 -
CMYK 0 0.24 0.11 0.56
HSL 326.67º 0.14% 0.38% -
HSV(B) 326.67º 0.24% 0.44% -
XYZ 11.98 10.62 13.22 -
YUV 93.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 111 84 99 0 0.24 0.11 0.56 326.67 0.14 0.38
Hex 6F 54 63 0 18 B 38 147 E 26
Octal 157 124 143 0 30 13 70 507 16 46
Binary 1101111 1010100 1100011 0 11000 1011 111000 101000111 1110 100110

Color Harmonies of #6F5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5463

Black with #6F5463

Text Example


Text Example

White with #6F5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,84,99); }

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

background-color css

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

 a { background-color: rgb(111,84,99); }

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

border-color css

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

 span { border-color: rgb(111,84,99); }

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