Html Css Color HEX #693CEA Slate Blue

📋 copy color: '#693CEA'

red 105 ◦ green 60 ◦ blue 234

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

Shades of Slate Blue #693CEA

Tints of Slate Blue #693CEA

RGB

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

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

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

R = 26.32%
G = 15.04%
B = 58.65%

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

#693CEA (or 0x693CEA) is known color: Slate Blue. HEX triplet: 69, 3C and EA. RGB value is (105,60,234). Sum of RGB (Red+Green+Blue) = 105+60+234=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #693CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CEA is #96C315. Grayscale: #5C5C5C. Windows color (decimal): -9880342 or 15350889. OLE color: 15350889.

HSL color Cylindrical-coordinate representation of color #693CEA: hue angle of 255.52º degrees, saturation: 0.81, 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 #693CEA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 60 234 -
CMYK 0.55 0.74 0 0.08
HSL 255.52º 0.81% 0.58% -
HSV(B) 255.52º 0.74% 0.92% -
XYZ 22.29 12.18 79.02 -
YUV 93.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 105 60 234 0.55 0.74 0 0.08 255.52 0.81 0.58
Hex 69 3C EA 37 4A 0 8 100 51 3A
Octal 151 74 352 67 112 0 10 400 121 72
Binary 1101001 111100 11101010 110111 1001010 0 1000 100000000 1010001 111010

Color Harmonies of #693CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CEA

Black with #693CEA

Text Example


Text Example

White with #693CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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