Html Css Color HEX #695CE5 Medium Slate Blue

📋 copy color: '#695CE5'

red 105 ◦ green 92 ◦ blue 229

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

Shades of Medium Slate Blue #695CE5

Tints of Medium Slate Blue #695CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

 BLUE value IS 229 (89.84% from 255) = 53.76%

R = 24.65%
G = 21.6%
B = 53.76%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#695CE5 (or 0x695CE5) is known color: Medium Slate Blue. HEX triplet: 69, 5C and E5. RGB value is (105,92,229). Sum of RGB (Red+Green+Blue) = 105+92+229=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #695CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CE5 is #96A31A. Grayscale: #6E6E6E. Windows color (decimal): -9872155 or 15031401. OLE color: 15031401.

HSL color Cylindrical-coordinate representation of color #695CE5: hue angle of 245.69º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695CE5 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 92 229 -
CMYK 0.54 0.60 0 0.10
HSL 245.69º 0.72% 0.63% -
HSV(B) 245.69º 0.6% 0.9% -
XYZ 23.8 16.31 76.02 -
YUV 111.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 105 92 229 0.54 0.60 0 0.10 245.69 0.72 0.63
Hex 69 5C E5 36 3C 0 A F6 48 3F
Octal 151 134 345 66 74 0 12 366 110 77
Binary 1101001 1011100 11100101 110110 111100 0 1010 11110110 1001000 111111

Color Harmonies of #695CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CE5

Black with #695CE5

Text Example


Text Example

White with #695CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695CE5; }

 p { color: rgb(105,92,229); }

 H1.HeaderClassName
 {
   color: #695CE5;
 }
 .AnyTagClassName
 {
   color: #695CE5;
 }
</style>

background-color css

<style>
 a { background-color: #695CE5; }

 a { background-color: rgb(105,92,229); }

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

border-color css

<style>
 span { border-color: #695CE5; }

 span { border-color: rgb(105,92,229); }

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