Html Css Color HEX #6162D5 Slate Blue

📋 copy color: '#6162D5'

red 97 ◦ green 98 ◦ blue 213

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

Shades of Slate Blue #6162D5

Tints of Slate Blue #6162D5

RGB

 RED value IS 97 (38.28% from 255) = 23.77%

 GREEN value IS 98 (38.67% from 255) = 24.02%

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 23.77%
G = 24.02%
B = 52.21%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6162D5 (or 0x6162D5) is known color: Slate Blue. HEX triplet: 61, 62 and D5. RGB value is (97,98,213). Sum of RGB (Red+Green+Blue) = 97+98+213=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #6162D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162D5 is #9E9D2A. Grayscale: #6E6E6E. Windows color (decimal): -10394923 or 13984353. OLE color: 13984353.

HSL color Cylindrical-coordinate representation of color #6162D5: hue angle of 239.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6162D5 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 98 213 -
CMYK 0.54 0.54 0 0.16
HSL 239.48º 0.58% 0.61% -
HSV(B) 239.48º 0.54% 0.84% -
XYZ 21.31 16.08 64.93 -
YUV 110.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 97 98 213 0.54 0.54 0 0.16 239.48 0.58 0.61
Hex 61 62 D5 36 36 0 10 EF 3A 3D
Octal 141 142 325 66 66 0 20 357 72 75
Binary 1100001 1100010 11010101 110110 110110 0 10000 11101111 111010 111101

Color Harmonies of #6162D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6162D5

Black with #6162D5

Text Example


Text Example

White with #6162D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6162D5; }

 p { color: rgb(97,98,213); }

 H1.HeaderClassName
 {
   color: #6162D5;
 }
 .AnyTagClassName
 {
   color: #6162D5;
 }
</style>

background-color css

<style>
 a { background-color: #6162D5; }

 a { background-color: rgb(97,98,213); }

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

border-color css

<style>
 span { border-color: #6162D5; }

 span { border-color: rgb(97,98,213); }

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