Html Css Color HEX #663EDE Slate Blue

📋 copy color: '#663EDE'

red 102 ◦ green 62 ◦ blue 222

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

Shades of Slate Blue #663EDE

Tints of Slate Blue #663EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 26.42%
G = 16.06%
B = 57.51%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#663EDE (or 0x663EDE) is known color: Slate Blue. HEX triplet: 66, 3E and DE. RGB value is (102,62,222). Sum of RGB (Red+Green+Blue) = 102+62+222=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #663EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EDE is #99C121. Grayscale: #5B5B5B. Windows color (decimal): -10076450 or 14564966. OLE color: 14564966.

HSL color Cylindrical-coordinate representation of color #663EDE: hue angle of 255º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663EDE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 62 222 -
CMYK 0.54 0.72 0 0.13
HSL 255º 0.71% 0.56% -
HSV(B) 255º 0.72% 0.87% -
XYZ 20.39 11.54 70.26 -
YUV 92.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 102 62 222 0.54 0.72 0 0.13 255 0.71 0.56
Hex 66 3E DE 36 48 0 D FF 47 38
Octal 146 76 336 66 110 0 15 377 107 70
Binary 1100110 111110 11011110 110110 1001000 0 1101 11111111 1000111 111000

Color Harmonies of #663EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663EDE

Black with #663EDE

Text Example


Text Example

White with #663EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,62,222); }

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

background-color css

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

 a { background-color: rgb(102,62,222); }

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

border-color css

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

 span { border-color: rgb(102,62,222); }

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