Html Css Color HEX #6B5162 Cosmic

📋 copy color: '#6B5162'

red 107 ◦ green 81 ◦ blue 98

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

Shades of Cosmic #6B5162

Tints of Cosmic #6B5162

RGB

 RED value IS 107 (42.19% from 255) = 37.41%

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

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

R = 37.41%
G = 28.32%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6B5162 (or 0x6B5162) is known color: Cosmic. HEX triplet: 6B, 51 and 62. RGB value is (107,81,98). Sum of RGB (Red+Green+Blue) = 107+81+98=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5162 is #94AE9D. Grayscale: #5A5A5A. Windows color (decimal): -9744030 or 6443371. OLE color: 6443371.

HSL color Cylindrical-coordinate representation of color #6B5162: hue angle of 320.77º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5162 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 81 98 -
CMYK 0 0.24 0.08 0.58
HSL 320.77º 0.14% 0.37% -
HSV(B) 320.77º 0.24% 0.42% -
XYZ 11.21 9.89 12.87 -
YUV 90.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 107 81 98 0 0.24 0.08 0.58 320.77 0.14 0.37
Hex 6B 51 62 0 18 8 3A 141 E 25
Octal 153 121 142 0 30 10 72 501 16 45
Binary 1101011 1010001 1100010 0 11000 1000 111010 101000001 1110 100101

Color Harmonies of #6B5162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5162

Black with #6B5162

Text Example


Text Example

White with #6B5162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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