Html Css Color HEX #683FDD Slate Blue

📋 copy color: '#683FDD'

red 104 ◦ green 63 ◦ blue 221

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

Shades of Slate Blue #683FDD

Tints of Slate Blue #683FDD

RGB

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

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

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

R = 26.8%
G = 16.24%
B = 56.96%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#683FDD (or 0x683FDD) is known color: Slate Blue. HEX triplet: 68, 3F and DD. RGB value is (104,63,221). Sum of RGB (Red+Green+Blue) = 104+63+221=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #683FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683FDD is #97C022. Grayscale: #5C5C5C. Windows color (decimal): -9945123 or 14499688. OLE color: 14499688.

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

Color convert

RGB 104 63 221 -
CMYK 0.53 0.71 0 0.13
HSL 255.57º 0.7% 0.56% -
HSV(B) 255.57º 0.71% 0.87% -
XYZ 20.54 11.72 69.59 -
YUV 93.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 104 63 221 0.53 0.71 0 0.13 255.57 0.7 0.56
Hex 68 3F DD 35 47 0 D 100 46 38
Octal 150 77 335 65 107 0 15 400 106 70
Binary 1101000 111111 11011101 110101 1000111 0 1101 100000000 1000110 111000

Color Harmonies of #683FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683FDD

Black with #683FDD

Text Example


Text Example

White with #683FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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