Html Css Color HEX #693FE5 Slate Blue

📋 copy color: '#693FE5'

red 105 ◦ green 63 ◦ blue 229

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

Shades of Slate Blue #693FE5

Tints of Slate Blue #693FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.68%

R = 26.45%
G = 15.87%
B = 57.68%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#693FE5 (or 0x693FE5) is known color: Slate Blue. HEX triplet: 69, 3F and E5. RGB value is (105,63,229). Sum of RGB (Red+Green+Blue) = 105+63+229=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #693FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FE5 is #96C01A. Grayscale: #5D5D5D. Windows color (decimal): -9879579 or 15023977. OLE color: 15023977.

HSL color Cylindrical-coordinate representation of color #693FE5: hue angle of 255.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693FE5 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 63 229 -
CMYK 0.54 0.72 0 0.10
HSL 255.18º 0.76% 0.57% -
HSV(B) 255.18º 0.72% 0.9% -
XYZ 21.75 12.22 75.34 -
YUV 94.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 105 63 229 0.54 0.72 0 0.10 255.18 0.76 0.57
Hex 69 3F E5 36 48 0 A FF 4C 39
Octal 151 77 345 66 110 0 12 377 114 71
Binary 1101001 111111 11100101 110110 1001000 0 1010 11111111 1001100 111001

Color Harmonies of #693FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FE5

Black with #693FE5

Text Example


Text Example

White with #693FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,229); }

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

background-color css

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

 a { background-color: rgb(105,63,229); }

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

border-color css

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

 span { border-color: rgb(105,63,229); }

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