#6061C4

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

Shades of Slate Blue #6061C4

Tints of Slate Blue #6061C4

Color information

#6061C4 (or 0x6061C4) is unknown color: approx Slate Blue. HEX triplet: 60, 61 and C4. RGB value is (96,97,196). Sum of RGB (Red+Green+Blue) = 96+97+196=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #6061C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6061C4 is #9F9E3B. Grayscale: #6B6B6B. Windows color (decimal): -10460732 or 12869984. OLE color: 12869984.

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

Color convert

RGB9697196-
CMYK0.510.5100.23
HSL239.4º45.87%57.25%-
HSV(B)239.4º51.02%76.86%-
XYZ19.0615.0254.12-
YUV107.99177.67119.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 196 (76.95% from 255) = 50.39%
R=24.68%
G=24.94%
B=50.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal96971960.510.5100.23239.445.8757.25
Hex6061C43333017ef2e39
Octal14014130463630273575671
Binary110000011000011100010011001111001101011111101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6061C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6061C4; }

 p { color: rgb(96,97,196); }

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

<style>
 a { background-color: #6061C4; }

 a { background-color: rgb(96,97,196); }

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

<style>
 span { border-color: #6061C4; }

 span { border-color: rgb(96,97,196); }

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