Html Css Color HEX #6F4764 Cosmic

📋 copy color: '#6F4764'

red 111 ◦ green 71 ◦ blue 100

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

Shades of Cosmic #6F4764

Tints of Cosmic #6F4764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 39.36%
G = 25.18%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F4764 (or 0x6F4764) is known color: Cosmic. HEX triplet: 6F, 47 and 64. RGB value is (111,71,100). Sum of RGB (Red+Green+Blue) = 111+71+100=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4764 is #90B89B. Grayscale: #565656. Windows color (decimal): -9484444 or 6571887. OLE color: 6571887.

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

Color convert

RGB 111 71 100 -
CMYK 0 0.36 0.10 0.56
HSL 316.5º 0.22% 0.36% -
HSV(B) 316.5º 0.36% 0.44% -
XYZ 11.11 8.81 13.17 -
YUV 86.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 111 71 100 0 0.36 0.10 0.56 316.5 0.22 0.36
Hex 6F 47 64 0 24 A 38 13C 16 24
Octal 157 107 144 0 44 12 70 474 26 44
Binary 1101111 1000111 1100100 0 100100 1010 111000 100111100 10110 100100

Color Harmonies of #6F4764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4764

Black with #6F4764

Text Example


Text Example

White with #6F4764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,71,100); }

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

background-color css

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

 a { background-color: rgb(111,71,100); }

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

border-color css

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

 span { border-color: rgb(111,71,100); }

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