Html Css Color HEX #693EDE Slate Blue

📋 copy color: '#693EDE'

red 105 ◦ green 62 ◦ blue 222

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

Shades of Slate Blue #693EDE

Tints of Slate Blue #693EDE

RGB

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

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

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

R = 26.99%
G = 15.94%
B = 57.07%

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

#693EDE (or 0x693EDE) is known color: Slate Blue. HEX triplet: 69, 3E and DE. RGB value is (105,62,222). Sum of RGB (Red+Green+Blue) = 105+62+222=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #693EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EDE is #96C121. Grayscale: #5C5C5C. Windows color (decimal): -9879842 or 14564969. OLE color: 14564969.

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

Color convert

RGB 105 62 222 -
CMYK 0.53 0.72 0 0.13
HSL 256.13º 0.71% 0.56% -
HSV(B) 256.13º 0.72% 0.87% -
XYZ 20.73 11.72 70.28 -
YUV 93.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 105 62 222 0.53 0.72 0 0.13 256.13 0.71 0.56
Hex 69 3E DE 35 48 0 D 100 47 38
Octal 151 76 336 65 110 0 15 400 107 70
Binary 1101001 111110 11011110 110101 1001000 0 1101 100000000 1000111 111000

Color Harmonies of #693EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693EDE

Black with #693EDE

Text Example


Text Example

White with #693EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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