Html Css Color HEX #693CEB Slate Blue

📋 copy color: '#693CEB'

red 105 ◦ green 60 ◦ blue 235

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

Shades of Slate Blue #693CEB

Tints of Slate Blue #693CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 26.25%
G = 15%
B = 58.75%

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

#693CEB (or 0x693CEB) is known color: Slate Blue. HEX triplet: 69, 3C and EB. RGB value is (105,60,235). Sum of RGB (Red+Green+Blue) = 105+60+235=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #693CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CEB is #96C314. Grayscale: #5C5C5C. Windows color (decimal): -9880341 or 15416425. OLE color: 15416425.

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

Color convert

RGB 105 60 235 -
CMYK 0.55 0.74 0 0.08
HSL 255.43º 0.81% 0.58% -
HSV(B) 255.43º 0.74% 0.92% -
XYZ 22.44 12.23 79.78 -
YUV 93.41 207.91 136.27 -
System Red Green Blue C M Y K H S L
Decimal 105 60 235 0.55 0.74 0 0.08 255.43 0.81 0.58
Hex 69 3C EB 37 4A 0 8 FF 51 3A
Octal 151 74 353 67 112 0 10 377 121 72
Binary 1101001 111100 11101011 110111 1001010 0 1000 11111111 1010001 111010

Color Harmonies of #693CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CEB

Black with #693CEB

Text Example


Text Example

White with #693CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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