Html Css Color HEX #6F5365 Cosmic

📋 copy color: '#6F5365'

red 111 ◦ green 83 ◦ blue 101

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

Shades of Cosmic #6F5365

Tints of Cosmic #6F5365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

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

R = 37.63%
G = 28.14%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5365 (or 0x6F5365) is known color: Cosmic. HEX triplet: 6F, 53 and 65. RGB value is (111,83,101). Sum of RGB (Red+Green+Blue) = 111+83+101=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5365 is #90AC9A. Grayscale: #5D5D5D. Windows color (decimal): -9481371 or 6640495. OLE color: 6640495.

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

Color convert

RGB 111 83 101 -
CMYK 0 0.25 0.09 0.56
HSL 321.43º 0.14% 0.38% -
HSV(B) 321.43º 0.25% 0.44% -
XYZ 12 10.51 13.71 -
YUV 93.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 111 83 101 0 0.25 0.09 0.56 321.43 0.14 0.38
Hex 6F 53 65 0 19 9 38 141 E 26
Octal 157 123 145 0 31 11 70 501 16 46
Binary 1101111 1010011 1100101 0 11001 1001 111000 101000001 1110 100110

Color Harmonies of #6F5365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5365

Black with #6F5365

Text Example


Text Example

White with #6F5365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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