Html Css Color HEX #6F4E63 Cosmic

📋 copy color: '#6F4E63'

red 111 ◦ green 78 ◦ blue 99

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

Shades of Cosmic #6F4E63

Tints of Cosmic #6F4E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

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

R = 38.54%
G = 27.08%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F4E63 (or 0x6F4E63) is known color: Cosmic. HEX triplet: 6F, 4E and 63. RGB value is (111,78,99). Sum of RGB (Red+Green+Blue) = 111+78+99=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E63 is #90B19C. Grayscale: #5A5A5A. Windows color (decimal): -9482653 or 6508143. OLE color: 6508143.

HSL color Cylindrical-coordinate representation of color #6F4E63: hue angle of 321.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E63 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 78 99 -
CMYK 0 0.30 0.11 0.56
HSL 321.82º 0.17% 0.37% -
HSV(B) 321.82º 0.3% 0.44% -
XYZ 11.53 9.73 13.07 -
YUV 90.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 111 78 99 0 0.30 0.11 0.56 321.82 0.17 0.37
Hex 6F 4E 63 0 1E B 38 142 11 25
Octal 157 116 143 0 36 13 70 502 21 45
Binary 1101111 1001110 1100011 0 11110 1011 111000 101000010 10001 100101

Color Harmonies of #6F4E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E63

Black with #6F4E63

Text Example


Text Example

White with #6F4E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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