Html Css Color HEX #693CE7 Slate Blue

📋 copy color: '#693CE7'

red 105 ◦ green 60 ◦ blue 231

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

Shades of Slate Blue #693CE7

Tints of Slate Blue #693CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.33%

R = 26.52%
G = 15.15%
B = 58.33%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#693CE7 (or 0x693CE7) is known color: Slate Blue. HEX triplet: 69, 3C and E7. RGB value is (105,60,231). Sum of RGB (Red+Green+Blue) = 105+60+231=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 231 (90.62% from 255 or 58.33% from 396); Max value from RGB is 231 - color contains mainly: blue. Hex color #693CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CE7 is #96C318. Grayscale: #5C5C5C. Windows color (decimal): -9880345 or 15154281. OLE color: 15154281.

HSL color Cylindrical-coordinate representation of color #693CE7: hue angle of 255.79º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693CE7 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 60 231 -
CMYK 0.55 0.74 0 0.09
HSL 255.79º 0.78% 0.57% -
HSV(B) 255.79º 0.74% 0.91% -
XYZ 21.87 12 76.77 -
YUV 92.95 205.91 136.6 -
System Red Green Blue C M Y K H S L
Decimal 105 60 231 0.55 0.74 0 0.09 255.79 0.78 0.57
Hex 69 3C E7 37 4A 0 9 100 4E 39
Octal 151 74 347 67 112 0 11 400 116 71
Binary 1101001 111100 11100111 110111 1001010 0 1001 100000000 1001110 111001

Color Harmonies of #693CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CE7

Black with #693CE7

Text Example


Text Example

White with #693CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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