Html Css Color HEX #6F4963 Cosmic

📋 copy color: '#6F4963'

red 111 ◦ green 73 ◦ blue 99

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

Shades of Cosmic #6F4963

Tints of Cosmic #6F4963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

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

R = 39.22%
G = 25.8%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F4963 (or 0x6F4963) is known color: Cosmic. HEX triplet: 6F, 49 and 63. RGB value is (111,73,99). Sum of RGB (Red+Green+Blue) = 111+73+99=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4963 is #90B69C. Grayscale: #575757. Windows color (decimal): -9483933 or 6506863. OLE color: 6506863.

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

Color convert

RGB 111 73 99 -
CMYK 0 0.34 0.11 0.56
HSL 318.95º 0.21% 0.36% -
HSV(B) 318.95º 0.34% 0.44% -
XYZ 11.19 9.05 12.96 -
YUV 87.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 111 73 99 0 0.34 0.11 0.56 318.95 0.21 0.36
Hex 6F 49 63 0 22 B 38 13F 15 24
Octal 157 111 143 0 42 13 70 477 25 44
Binary 1101111 1001001 1100011 0 100010 1011 111000 100111111 10101 100100

Color Harmonies of #6F4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4963

Black with #6F4963

Text Example


Text Example

White with #6F4963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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