Html Css Color HEX #663FD8 Slate Blue

📋 copy color: '#663FD8'

red 102 ◦ green 63 ◦ blue 216

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

Shades of Slate Blue #663FD8

Tints of Slate Blue #663FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.69%

R = 26.77%
G = 16.54%
B = 56.69%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#663FD8 (or 0x663FD8) is known color: Slate Blue. HEX triplet: 66, 3F and D8. RGB value is (102,63,216). Sum of RGB (Red+Green+Blue) = 102+63+216=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 216 (84.77% from 255 or 56.69% from 381); Max value from RGB is 216 - color contains mainly: blue. Hex color #663FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FD8 is #99C027. Grayscale: #5B5B5B. Windows color (decimal): -10076200 or 14172006. OLE color: 14172006.

HSL color Cylindrical-coordinate representation of color #663FD8: hue angle of 255.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663FD8 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 63 216 -
CMYK 0.53 0.71 0 0.15
HSL 255.29º 0.66% 0.55% -
HSV(B) 255.29º 0.71% 0.85% -
XYZ 19.65 11.34 66.12 -
YUV 92.1 197.92 135.06 -
System Red Green Blue C M Y K H S L
Decimal 102 63 216 0.53 0.71 0 0.15 255.29 0.66 0.55
Hex 66 3F D8 35 47 0 F FF 42 37
Octal 146 77 330 65 107 0 17 377 102 67
Binary 1100110 111111 11011000 110101 1000111 0 1111 11111111 1000010 110111

Color Harmonies of #663FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FD8

Black with #663FD8

Text Example


Text Example

White with #663FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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