#6162CA

Color #6162CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6162CA

Tints of Slate Blue #6162CA

Color information

#6162CA (or 0x6162CA) is unknown color: approx Slate Blue. HEX triplet: 61, 62 and CA. RGB value is (97,98,202). Sum of RGB (Red+Green+Blue) = 97+98+202=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #6162CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162CA is #9E9D35. Grayscale: #6D6D6D. Windows color (decimal): -10394934 or 13263457. OLE color: 13263457.

HSL color Cylindrical-coordinate representation of color #6162CA: hue angle of 239.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6162CA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9798202-
CMYK0.520.5100.21
HSL239.43º49.76%58.63%-
HSV(B)239.43º51.98%79.22%-
XYZ19.9615.5457.82-
YUV109.56180.17119.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=24.43%
G=24.69%
B=50.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97982020.520.5100.21239.4349.7658.63
Hex6162CA3433015ef323b
Octal14114231264630253576273
Binary110000111000101100101011010011001101010111101111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6162CA;
 }
 .AnyTagClassName
 {
   color: #6162CA;
 }
</style>
background-color css

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

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

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

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

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

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