Html Css Color HEX #6F5165 Cosmic

📋 copy color: '#6F5165'

red 111 ◦ green 81 ◦ blue 101

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

Shades of Cosmic #6F5165

Tints of Cosmic #6F5165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

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

R = 37.88%
G = 27.65%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5165 (or 0x6F5165) is known color: Cosmic. HEX triplet: 6F, 51 and 65. RGB value is (111,81,101). Sum of RGB (Red+Green+Blue) = 111+81+101=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5165 is #90AE9A. Grayscale: #5C5C5C. Windows color (decimal): -9481883 or 6639983. OLE color: 6639983.

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

Color convert

RGB 111 81 101 -
CMYK 0 0.27 0.09 0.56
HSL 320º 0.16% 0.38% -
HSV(B) 320º 0.27% 0.44% -
XYZ 11.85 10.2 13.66 -
YUV 92.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 111 81 101 0 0.27 0.09 0.56 320 0.16 0.38
Hex 6F 51 65 0 1B 9 38 140 10 26
Octal 157 121 145 0 33 11 70 500 20 46
Binary 1101111 1010001 1100101 0 11011 1001 111000 101000000 10000 100110

Color Harmonies of #6F5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5165

Black with #6F5165

Text Example


Text Example

White with #6F5165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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