#6062C4

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

Shades of Slate Blue #6062C4

Tints of Slate Blue #6062C4

Color information

#6062C4 (or 0x6062C4) is unknown color: approx Slate Blue. HEX triplet: 60, 62 and C4. RGB value is (96,98,196). Sum of RGB (Red+Green+Blue) = 96+98+196=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #6062C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062C4 is #9F9D3B. Grayscale: #6C6C6C. Windows color (decimal): -10460476 or 12870240. OLE color: 12870240.

HSL color Cylindrical-coordinate representation of color #6062C4: hue angle of 238.8º 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 #6062C4 is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9698196-
CMYK0.510.500.23
HSL238.8º45.87%57.25%-
HSV(B)238.8º51.02%76.86%-
XYZ19.1615.2154.15-
YUV108.57177.34119.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=24.62%
G=25.13%
B=50.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal96981960.510.500.23238.845.8757.25
Hex6062C43332017ef2e39
Octal14014230463620273575671
Binary110000011000101100010011001111001001011111101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6062C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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