Html Css Color HEX #683EDD Slate Blue

📋 copy color: '#683EDD'

red 104 ◦ green 62 ◦ blue 221

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

Shades of Slate Blue #683EDD

Tints of Slate Blue #683EDD

RGB

 RED value IS 104 (41.02% from 255) = 26.87%

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

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 26.87%
G = 16.02%
B = 57.11%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#683EDD (or 0x683EDD) is known color: Slate Blue. HEX triplet: 68, 3E and DD. RGB value is (104,62,221). Sum of RGB (Red+Green+Blue) = 104+62+221=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #683EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683EDD is #97C122. Grayscale: #5C5C5C. Windows color (decimal): -9945379 or 14499432. OLE color: 14499432.

HSL color Cylindrical-coordinate representation of color #683EDD: hue angle of 255.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #683EDD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 62 221 -
CMYK 0.53 0.72 0 0.13
HSL 255.85º 0.7% 0.55% -
HSV(B) 255.85º 0.72% 0.87% -
XYZ 20.48 11.61 69.57 -
YUV 92.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 104 62 221 0.53 0.72 0 0.13 255.85 0.7 0.55
Hex 68 3E DD 35 48 0 D 100 46 37
Octal 150 76 335 65 110 0 15 400 106 67
Binary 1101000 111110 11011101 110101 1001000 0 1101 100000000 1000110 110111

Color Harmonies of #683EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683EDD

Black with #683EDD

Text Example


Text Example

White with #683EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683EDD; }

 p { color: rgb(104,62,221); }

 H1.HeaderClassName
 {
   color: #683EDD;
 }
 .AnyTagClassName
 {
   color: #683EDD;
 }
</style>

background-color css

<style>
 a { background-color: #683EDD; }

 a { background-color: rgb(104,62,221); }

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

border-color css

<style>
 span { border-color: #683EDD; }

 span { border-color: rgb(104,62,221); }

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