#636ACF

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

Shades of Slate Blue #636ACF

Tints of Slate Blue #636ACF

Color information

#636ACF (or 0x636ACF) is unknown color: approx Slate Blue. HEX triplet: 63, 6A and CF. RGB value is (99,106,207). Sum of RGB (Red+Green+Blue) = 99+106+207=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #636ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636ACF is #9C9530. Grayscale: #737373. Windows color (decimal): -10261809 or 13593187. OLE color: 13593187.

HSL color Cylindrical-coordinate representation of color #636ACF: hue angle of 236.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #636ACF is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99106207-
CMYK0.520.4900.19
HSL236.11º52.94%60%-
HSV(B)236.11º52.17%81.18%-
XYZ21.5617.4761.27-
YUV115.42179.68116.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=24.03%
G=25.73%
B=50.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991062070.520.4900.19236.1152.9460
Hex636ACF3431013ec353c
Octal14315231764610233546574
Binary110001111010101100111111010011000101001111101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636ACF; }

 p { color: rgb(99,106,207); }

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

<style>
 a { background-color: #636ACF; }

 a { background-color: rgb(99,106,207); }

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

<style>
 span { border-color: #636ACF; }

 span { border-color: rgb(99,106,207); }

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