Html Css Color HEX #693CE5 Slate Blue

📋 copy color: '#693CE5'

red 105 ◦ green 60 ◦ blue 229

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

Shades of Slate Blue #693CE5

Tints of Slate Blue #693CE5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.23%

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

R = 26.65%
G = 15.23%
B = 58.12%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#693CE5 (or 0x693CE5) is known color: Slate Blue. HEX triplet: 69, 3C and E5. RGB value is (105,60,229). Sum of RGB (Red+Green+Blue) = 105+60+229=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #693CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CE5 is #96C31A. Grayscale: #5C5C5C. Windows color (decimal): -9880347 or 15023209. OLE color: 15023209.

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

Color convert

RGB 105 60 229 -
CMYK 0.54 0.74 0 0.10
HSL 255.98º 0.76% 0.57% -
HSV(B) 255.98º 0.74% 0.9% -
XYZ 21.58 11.89 75.29 -
YUV 92.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 105 60 229 0.54 0.74 0 0.10 255.98 0.76 0.57
Hex 69 3C E5 36 4A 0 A 100 4C 39
Octal 151 74 345 66 112 0 12 400 114 71
Binary 1101001 111100 11100101 110110 1001010 0 1010 100000000 1001100 111001

Color Harmonies of #693CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CE5

Black with #693CE5

Text Example


Text Example

White with #693CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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