#6168CC

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

Shades of Slate Blue #6168CC

Tints of Slate Blue #6168CC

Color information

#6168CC (or 0x6168CC) is unknown color: approx Slate Blue. HEX triplet: 61, 68 and CC. RGB value is (97,104,204). Sum of RGB (Red+Green+Blue) = 97+104+204=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6168CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168CC is #9E9733. Grayscale: #707070. Windows color (decimal): -10393396 or 13396065. OLE color: 13396065.

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

Color convert

RGB97104204-
CMYK0.520.4900.2
HSL236.07º51.2%59.02%-
HSV(B)236.07º52.45%80%-
XYZ20.7816.859.27-
YUV113.31179.18116.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=23.95%
G=25.68%
B=50.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971042040.520.4900.2236.0751.259.02
Hex6168CC3431014ec333b
Octal14115031464610243546373
Binary110000111010001100110011010011000101010011101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6168CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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