#6368DF

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

Shades of Slate Blue #6368DF

Tints of Slate Blue #6368DF

Color information

#6368DF (or 0x6368DF) is unknown color: approx Slate Blue. HEX triplet: 63, 68 and DF. RGB value is (99,104,223). Sum of RGB (Red+Green+Blue) = 99+104+223=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #6368DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368DF is #9C9720. Grayscale: #737373. Windows color (decimal): -10262305 or 14641251. OLE color: 14641251.

HSL color Cylindrical-coordinate representation of color #6368DF: hue angle of 237.58º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6368DF is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99104223-
CMYK0.560.5300.13
HSL237.58º65.96%63.14%-
HSV(B)237.58º55.61%87.45%-
XYZ23.4217.8872.03-
YUV116.07188.34115.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 223 (87.5% from 255) = 52.35%
R=23.24%
G=24.41%
B=52.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal991042230.560.5300.13237.5865.9663.14
Hex6368DF38350Dee423f
Octal143150337706501535610277
Binary110001111010001101111111100011010101101111011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6368DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6368DF; }

 p { color: rgb(99,104,223); }

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

<style>
 a { background-color: #6368DF; }

 a { background-color: rgb(99,104,223); }

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

<style>
 span { border-color: #6368DF; }

 span { border-color: rgb(99,104,223); }

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