#635ABF

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

Shades of Slate Blue #635ABF

Tints of Slate Blue #635ABF

Color information

#635ABF (or 0x635ABF) is unknown color: approx Slate Blue. HEX triplet: 63, 5A and BF. RGB value is (99,90,191). Sum of RGB (Red+Green+Blue) = 99+90+191=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #635ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ABF is #9CA540. Grayscale: #676767. Windows color (decimal): -10265921 or 12540515. OLE color: 12540515.

HSL color Cylindrical-coordinate representation of color #635ABF: hue angle of 245.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #635ABF is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9990191-
CMYK0.480.5300.25
HSL245.35º44.1%55.1%-
HSV(B)245.35º52.88%74.9%-
XYZ18.2113.7350.98-
YUV104.2176.98124.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 191 (75% from 255) = 50.26%
R=26.05%
G=23.68%
B=50.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99901910.480.5300.25245.3544.155.1
Hex635ABF3035019f52c37
Octal14313227760650313655467
Binary110001110110101011111111000011010101100111110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635ABF; }

 p { color: rgb(99,90,191); }

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

<style>
 a { background-color: #635ABF; }

 a { background-color: rgb(99,90,191); }

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

<style>
 span { border-color: #635ABF; }

 span { border-color: rgb(99,90,191); }

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