Html Css Color HEX #693DEA Slate Blue

📋 copy color: '#693DEA'

red 105 ◦ green 61 ◦ blue 234

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

Shades of Slate Blue #693DEA

Tints of Slate Blue #693DEA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.25%

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

R = 26.25%
G = 15.25%
B = 58.5%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#693DEA (or 0x693DEA) is known color: Slate Blue. HEX triplet: 69, 3D and EA. RGB value is (105,61,234). Sum of RGB (Red+Green+Blue) = 105+61+234=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #693DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693DEA is #96C215. Grayscale: #5D5D5D. Windows color (decimal): -9880086 or 15351145. OLE color: 15351145.

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

Color convert

RGB 105 61 234 -
CMYK 0.55 0.74 0 0.08
HSL 255.26º 0.8% 0.58% -
HSV(B) 255.26º 0.74% 0.92% -
XYZ 22.35 12.28 79.03 -
YUV 93.88 207.08 135.93 -
System Red Green Blue C M Y K H S L
Decimal 105 61 234 0.55 0.74 0 0.08 255.26 0.8 0.58
Hex 69 3D EA 37 4A 0 8 FF 50 3A
Octal 151 75 352 67 112 0 10 377 120 72
Binary 1101001 111101 11101010 110111 1001010 0 1000 11111111 1010000 111010

Color Harmonies of #693DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DEA

Black with #693DEA

Text Example


Text Example

White with #693DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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