Html Css Color HEX #693EDF Slate Blue

📋 copy color: '#693EDF'

red 105 ◦ green 62 ◦ blue 223

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

Shades of Slate Blue #693EDF

Tints of Slate Blue #693EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 26.92%
G = 15.9%
B = 57.18%

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

#693EDF (or 0x693EDF) is known color: Slate Blue. HEX triplet: 69, 3E and DF. RGB value is (105,62,223). Sum of RGB (Red+Green+Blue) = 105+62+223=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #693EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EDF is #96C120. Grayscale: #5C5C5C. Windows color (decimal): -9879841 or 14630505. OLE color: 14630505.

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

Color convert

RGB 105 62 223 -
CMYK 0.53 0.72 0 0.13
HSL 256.02º 0.72% 0.56% -
HSV(B) 256.02º 0.72% 0.87% -
XYZ 20.87 11.78 70.99 -
YUV 93.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 105 62 223 0.53 0.72 0 0.13 256.02 0.72 0.56
Hex 69 3E DF 35 48 0 D 100 48 38
Octal 151 76 337 65 110 0 15 400 110 70
Binary 1101001 111110 11011111 110101 1001000 0 1101 100000000 1001000 111000

Color Harmonies of #693EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693EDF

Black with #693EDF

Text Example


Text Example

White with #693EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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