Html Css Color HEX #693EDD Slate Blue

📋 copy color: '#693EDD'

red 105 ◦ green 62 ◦ blue 221

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

Shades of Slate Blue #693EDD

Tints of Slate Blue #693EDD

RGB

 RED value IS 105 (41.41% from 255) = 27.06%

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

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

R = 27.06%
G = 15.98%
B = 56.96%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#693EDD (or 0x693EDD) is known color: Slate Blue. HEX triplet: 69, 3E and DD. RGB value is (105,62,221). Sum of RGB (Red+Green+Blue) = 105+62+221=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 62 (24.61% from 255 or 15.98% 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 #693EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EDD is #96C122. Grayscale: #5C5C5C. Windows color (decimal): -9879843 or 14499433. OLE color: 14499433.

HSL color Cylindrical-coordinate representation of color #693EDD: hue angle of 256.23º 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 #693EDD is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 62 221 -
CMYK 0.52 0.72 0 0.13
HSL 256.23º 0.7% 0.55% -
HSV(B) 256.23º 0.72% 0.87% -
XYZ 20.6 11.67 69.57 -
YUV 92.98 200.25 136.57 -
System Red Green Blue C M Y K H S L
Decimal 105 62 221 0.52 0.72 0 0.13 256.23 0.7 0.55
Hex 69 3E DD 34 48 0 D 100 46 37
Octal 151 76 335 64 110 0 15 400 106 67
Binary 1101001 111110 11011101 110100 1001000 0 1101 100000000 1000110 110111

Color Harmonies of #693EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693EDD

Black with #693EDD

Text Example


Text Example

White with #693EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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