#6062C8

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

Shades of Slate Blue #6062C8

Tints of Slate Blue #6062C8

Color information

#6062C8 (or 0x6062C8) is unknown color: approx Slate Blue. HEX triplet: 60, 62 and C8. RGB value is (96,98,200). Sum of RGB (Red+Green+Blue) = 96+98+200=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #6062C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062C8 is #9F9D37. Grayscale: #6C6C6C. Windows color (decimal): -10460472 or 13132384. OLE color: 13132384.

HSL color Cylindrical-coordinate representation of color #6062C8: hue angle of 238.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6062C8 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9698200-
CMYK0.520.5100.22
HSL238.85º48.6%58.04%-
HSV(B)238.85º52%78.43%-
XYZ19.6215.3956.58-
YUV109.03179.34118.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 200 (78.52% from 255) = 50.76%
R=24.37%
G=24.87%
B=50.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96982000.520.5100.22238.8548.658.04
Hex6062C83433016ef313a
Octal14014231064630263576172
Binary110000011000101100100011010011001101011011101111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6062C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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