Html Css Color HEX #693FEB Slate Blue

📋 copy color: '#693FEB'

red 105 ◦ green 63 ◦ blue 235

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

Shades of Slate Blue #693FEB

Tints of Slate Blue #693FEB

RGB

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

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

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

R = 26.05%
G = 15.63%
B = 58.31%

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

#693FEB (or 0x693FEB) is known color: Slate Blue. HEX triplet: 69, 3F and EB. RGB value is (105,63,235). Sum of RGB (Red+Green+Blue) = 105+63+235=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #693FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693FEB is #96C014. Grayscale: #5E5E5E. Windows color (decimal): -9879573 or 15417193. OLE color: 15417193.

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

Color convert

RGB 105 63 235 -
CMYK 0.55 0.73 0 0.08
HSL 254.65º 0.81% 0.58% -
HSV(B) 254.65º 0.73% 0.92% -
XYZ 22.6 12.56 79.83 -
YUV 95.17 206.91 135.01 -
System Red Green Blue C M Y K H S L
Decimal 105 63 235 0.55 0.73 0 0.08 254.65 0.81 0.58
Hex 69 3F EB 37 49 0 8 FF 51 3A
Octal 151 77 353 67 111 0 10 377 121 72
Binary 1101001 111111 11101011 110111 1001001 0 1000 11111111 1010001 111010

Color Harmonies of #693FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FEB

Black with #693FEB

Text Example


Text Example

White with #693FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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