Html Css Color HEX #6F5162 Cosmic

📋 copy color: '#6F5162'

red 111 ◦ green 81 ◦ blue 98

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

Shades of Cosmic #6F5162

Tints of Cosmic #6F5162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 38.28%
G = 27.93%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F5162 (or 0x6F5162) is known color: Cosmic. HEX triplet: 6F, 51 and 62. RGB value is (111,81,98). Sum of RGB (Red+Green+Blue) = 111+81+98=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5162 is #90AE9D. Grayscale: #5B5B5B. Windows color (decimal): -9481886 or 6443375. OLE color: 6443375.

HSL color Cylindrical-coordinate representation of color #6F5162: hue angle of 326º 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 #6F5162 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 98 -
CMYK 0 0.27 0.12 0.56
HSL 326º 0.16% 0.38% -
HSV(B) 326º 0.27% 0.44% -
XYZ 11.7 10.15 12.9 -
YUV 91.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 111 81 98 0 0.27 0.12 0.56 326 0.16 0.38
Hex 6F 51 62 0 1B C 38 146 10 26
Octal 157 121 142 0 33 14 70 506 20 46
Binary 1101111 1010001 1100010 0 11011 1100 111000 101000110 10000 100110

Color Harmonies of #6F5162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5162

Black with #6F5162

Text Example


Text Example

White with #6F5162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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