Html Css Color HEX #695CFF Medium Slate Blue

📋 copy color: '#695CFF'

red 105 ◦ green 92 ◦ blue 255

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

Shades of Medium Slate Blue #695CFF

Tints of Medium Slate Blue #695CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 23.23%
G = 20.35%
B = 56.42%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#695CFF (or 0x695CFF) is known color: Medium Slate Blue. HEX triplet: 69, 5C and FF. RGB value is (105,92,255). Sum of RGB (Red+Green+Blue) = 105+92+255=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #695CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CFF is #96A300. Grayscale: #717171. Windows color (decimal): -9872129 or 16735337. OLE color: 16735337.

HSL color Cylindrical-coordinate representation of color #695CFF: hue angle of 244.79º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #695CFF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 92 255 -
CMYK 0.59 0.64 0 0
HSL 244.79º 1% 0.68% -
HSV(B) 244.79º 0.64% 1% -
XYZ 27.7 17.88 96.6 -
YUV 114.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 105 92 255 0.59 0.64 0 0 244.79 1 0.68
Hex 69 5C FF 3B 40 0 0 F5 64 44
Octal 151 134 377 73 100 0 0 365 144 104
Binary 1101001 1011100 11111111 111011 1000000 0 0 11110101 1100100 1000100

Color Harmonies of #695CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CFF

Black with #695CFF

Text Example


Text Example

White with #695CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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