Html Css Color HEX #693FDC Slate Blue

📋 copy color: '#693FDC'

red 105 ◦ green 63 ◦ blue 220

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

Shades of Slate Blue #693FDC

Tints of Slate Blue #693FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 27.06%
G = 16.24%
B = 56.7%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#693FDC (or 0x693FDC) is known color: Slate Blue. HEX triplet: 69, 3F and DC. RGB value is (105,63,220). Sum of RGB (Red+Green+Blue) = 105+63+220=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #693FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FDC is #96C023. Grayscale: #5C5C5C. Windows color (decimal): -9879588 or 14434153. OLE color: 14434153.

HSL color Cylindrical-coordinate representation of color #693FDC: hue angle of 256.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693FDC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 63 220 -
CMYK 0.52 0.71 0 0.14
HSL 256.05º 0.69% 0.55% -
HSV(B) 256.05º 0.71% 0.86% -
XYZ 20.52 11.73 68.89 -
YUV 93.46 199.41 136.23 -
System Red Green Blue C M Y K H S L
Decimal 105 63 220 0.52 0.71 0 0.14 256.05 0.69 0.55
Hex 69 3F DC 34 47 0 E 100 45 37
Octal 151 77 334 64 107 0 16 400 105 67
Binary 1101001 111111 11011100 110100 1000111 0 1110 100000000 1000101 110111

Color Harmonies of #693FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FDC

Black with #693FDC

Text Example


Text Example

White with #693FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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