Html Css Color HEX #693FEA Slate Blue

📋 copy color: '#693FEA'

red 105 ◦ green 63 ◦ blue 234

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

Shades of Slate Blue #693FEA

Tints of Slate Blue #693FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 26.12%
G = 15.67%
B = 58.21%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#693FEA (or 0x693FEA) is known color: Slate Blue. HEX triplet: 69, 3F and EA. RGB value is (105,63,234). Sum of RGB (Red+Green+Blue) = 105+63+234=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #693FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693FEA is #96C015. Grayscale: #5E5E5E. Windows color (decimal): -9879574 or 15351657. OLE color: 15351657.

HSL color Cylindrical-coordinate representation of color #693FEA: hue angle of 254.74º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693FEA is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 63 234 -
CMYK 0.55 0.73 0 0.08
HSL 254.74º 0.8% 0.58% -
HSV(B) 254.74º 0.73% 0.92% -
XYZ 22.45 12.5 79.07 -
YUV 95.05 206.41 135.1 -
System Red Green Blue C M Y K H S L
Decimal 105 63 234 0.55 0.73 0 0.08 254.74 0.8 0.58
Hex 69 3F EA 37 49 0 8 FF 50 3A
Octal 151 77 352 67 111 0 10 377 120 72
Binary 1101001 111111 11101010 110111 1001001 0 1000 11111111 1010000 111010

Color Harmonies of #693FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FEA

Black with #693FEA

Text Example


Text Example

White with #693FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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