#6067DC

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

Shades of Slate Blue #6067DC

Tints of Slate Blue #6067DC

Color information

#6067DC (or 0x6067DC) is unknown color: approx Slate Blue. HEX triplet: 60, 67 and DC. RGB value is (96,103,220). Sum of RGB (Red+Green+Blue) = 96+103+220=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6067DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067DC is #9F9823. Grayscale: #717171. Windows color (decimal): -10459172 or 14444384. OLE color: 14444384.

HSL color Cylindrical-coordinate representation of color #6067DC: hue angle of 236.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6067DC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96103220-
CMYK0.560.5300.14
HSL236.61º63.92%61.96%-
HSV(B)236.61º56.36%86.27%-
XYZ22.5917.3569.87-
YUV114.24187.68114.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 220 (86.33% from 255) = 52.51%
R=22.91%
G=24.58%
B=52.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961032200.560.5300.14236.6163.9261.96
Hex6067DC38350Eed403e
Octal140147334706501635510076
Binary110000011001111101110011100011010101110111011011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6067DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6067DC; }

 p { color: rgb(96,103,220); }

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

<style>
 a { background-color: #6067DC; }

 a { background-color: rgb(96,103,220); }

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

<style>
 span { border-color: #6067DC; }

 span { border-color: rgb(96,103,220); }

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