Html Css Color HEX #663FE5 Slate Blue

📋 copy color: '#663FE5'

red 102 ◦ green 63 ◦ blue 229

#663FE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #663FE5

Tints of Slate Blue #663FE5

RGB

 RED value IS 102 (40.23% from 255) = 25.89%

 GREEN value IS 63 (25% from 255) = 15.99%

 BLUE value IS 229 (89.84% from 255) = 58.12%

R = 25.89%
G = 15.99%
B = 58.12%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#663FE5 (or 0x663FE5) is known color: Slate Blue. HEX triplet: 66, 3F and E5. RGB value is (102,63,229). Sum of RGB (Red+Green+Blue) = 102+63+229=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #663FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FE5 is #99C01A. Grayscale: #5C5C5C. Windows color (decimal): -10076187 or 15023974. OLE color: 15023974.

HSL color Cylindrical-coordinate representation of color #663FE5: hue angle of 254.1º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663FE5 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 63 229 -
CMYK 0.55 0.72 0 0.10
HSL 254.1º 0.76% 0.57% -
HSV(B) 254.1º 0.72% 0.9% -
XYZ 21.4 12.04 75.32 -
YUV 93.59 204.42 134 -
System Red Green Blue C M Y K H S L
Decimal 102 63 229 0.55 0.72 0 0.10 254.1 0.76 0.57
Hex 66 3F E5 37 48 0 A FE 4C 39
Octal 146 77 345 67 110 0 12 376 114 71
Binary 1100110 111111 11100101 110111 1001000 0 1010 11111110 1001100 111001

Color Harmonies of #663FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FE5

Black with #663FE5

Text Example


Text Example

White with #663FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663FE5; }

 p { color: rgb(102,63,229); }

 H1.HeaderClassName
 {
   color: #663FE5;
 }
 .AnyTagClassName
 {
   color: #663FE5;
 }
</style>

background-color css

<style>
 a { background-color: #663FE5; }

 a { background-color: rgb(102,63,229); }

 div.DivClassName
 {
   background-color: #663FE5;
 }
 .BgClassName
 {
   background-color: #663FE5;
 }
</style>

border-color css

<style>
 span { border-color: #663FE5; }

 span { border-color: rgb(102,63,229); }

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