Html Css Color HEX #6162E2 Slate Blue

📋 copy color: '#6162E2'

red 97 ◦ green 98 ◦ blue 226

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

Shades of Slate Blue #6162E2

Tints of Slate Blue #6162E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.68%

R = 23.04%
G = 23.28%
B = 53.68%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6162E2 (or 0x6162E2) is known color: Slate Blue. HEX triplet: 61, 62 and E2. RGB value is (97,98,226). Sum of RGB (Red+Green+Blue) = 97+98+226=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 226 (88.67% from 255 or 53.68% from 421); Max value from RGB is 226 - color contains mainly: blue. Hex color #6162E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162E2 is #9E9D1D. Grayscale: #6F6F6F. Windows color (decimal): -10394910 or 14836321. OLE color: 14836321.

HSL color Cylindrical-coordinate representation of color #6162E2: hue angle of 239.53º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6162E2 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 98 226 -
CMYK 0.57 0.57 0 0.11
HSL 239.53º 0.69% 0.63% -
HSV(B) 239.53º 0.57% 0.89% -
XYZ 23.02 16.77 73.97 -
YUV 112.29 192.17 117.09 -
System Red Green Blue C M Y K H S L
Decimal 97 98 226 0.57 0.57 0 0.11 239.53 0.69 0.63
Hex 61 62 E2 39 39 0 B F0 45 3F
Octal 141 142 342 71 71 0 13 360 105 77
Binary 1100001 1100010 11100010 111001 111001 0 1011 11110000 1000101 111111

Color Harmonies of #6162E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6162E2

Black with #6162E2

Text Example


Text Example

White with #6162E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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