Html Css Color HEX #6F5965 Cosmic

📋 copy color: '#6F5965'

red 111 ◦ green 89 ◦ blue 101

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

Shades of Cosmic #6F5965

Tints of Cosmic #6F5965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 36.88%
G = 29.57%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5965 (or 0x6F5965) is known color: Cosmic. HEX triplet: 6F, 59 and 65. RGB value is (111,89,101). Sum of RGB (Red+Green+Blue) = 111+89+101=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5965 is #90A69A. Grayscale: #606060. Windows color (decimal): -9479835 or 6642031. OLE color: 6642031.

HSL color Cylindrical-coordinate representation of color #6F5965: hue angle of 327.27º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5965 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 101 -
CMYK 0 0.20 0.09 0.56
HSL 327.27º 0.11% 0.39% -
HSV(B) 327.27º 0.2% 0.44% -
XYZ 12.48 11.46 13.87 -
YUV 96.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 111 89 101 0 0.20 0.09 0.56 327.27 0.11 0.39
Hex 6F 59 65 0 14 9 38 147 B 27
Octal 157 131 145 0 24 11 70 507 13 47
Binary 1101111 1011001 1100101 0 10100 1001 111000 101000111 1011 100111

Color Harmonies of #6F5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5965

Black with #6F5965

Text Example


Text Example

White with #6F5965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,101); }

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

background-color css

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

 a { background-color: rgb(111,89,101); }

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

border-color css

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

 span { border-color: rgb(111,89,101); }

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