Html Css Color HEX #6162C5 Slate Blue

📋 copy color: '#6162C5'

red 97 ◦ green 98 ◦ blue 197

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

Shades of Slate Blue #6162C5

Tints of Slate Blue #6162C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 24.74%
G = 25%
B = 50.26%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6162C5 (or 0x6162C5) is known color: Slate Blue. HEX triplet: 61, 62 and C5. RGB value is (97,98,197). Sum of RGB (Red+Green+Blue) = 97+98+197=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #6162C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162C5 is #9E9D3A. Grayscale: #6C6C6C. Windows color (decimal): -10394939 or 12935777. OLE color: 12935777.

HSL color Cylindrical-coordinate representation of color #6162C5: hue angle of 239.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6162C5 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 98 197 -
CMYK 0.51 0.50 0 0.23
HSL 239.4º 0.46% 0.58% -
HSV(B) 239.4º 0.51% 0.77% -
XYZ 19.38 15.31 54.76 -
YUV 108.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 97 98 197 0.51 0.50 0 0.23 239.4 0.46 0.58
Hex 61 62 C5 33 32 0 17 EF 2E 3A
Octal 141 142 305 63 62 0 27 357 56 72
Binary 1100001 1100010 11000101 110011 110010 0 10111 11101111 101110 111010

Color Harmonies of #6162C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6162C5

Black with #6162C5

Text Example


Text Example

White with #6162C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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