#6068CC

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

Shades of Slate Blue #6068CC

Tints of Slate Blue #6068CC

Color information

#6068CC (or 0x6068CC) is unknown color: approx Slate Blue. HEX triplet: 60, 68 and CC. RGB value is (96,104,204). Sum of RGB (Red+Green+Blue) = 96+104+204=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6068CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6068CC is #9F9733. Grayscale: #707070. Windows color (decimal): -10458932 or 13396064. OLE color: 13396064.

HSL color Cylindrical-coordinate representation of color #6068CC: hue angle of 235.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6068CC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96104204-
CMYK0.530.4900.2
HSL235.56º51.43%58.82%-
HSV(B)235.56º52.94%80%-
XYZ20.6716.7559.27-
YUV113.01179.35115.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.76%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=23.76%
G=25.74%
B=50.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961042040.530.4900.2235.5651.4358.82
Hex6068CC3531014ec333b
Octal14015031465610243546373
Binary110000011010001100110011010111000101010011101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6068CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6068CC; }

 p { color: rgb(96,104,204); }

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

<style>
 a { background-color: #6068CC; }

 a { background-color: rgb(96,104,204); }

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

<style>
 span { border-color: #6068CC; }

 span { border-color: rgb(96,104,204); }

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