Html Css Color HEX #695AFC Medium Slate Blue

📋 copy color: '#695AFC'

red 105 ◦ green 90 ◦ blue 252

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

Shades of Medium Slate Blue #695AFC

Tints of Medium Slate Blue #695AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 23.49%
G = 20.13%
B = 56.38%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#695AFC (or 0x695AFC) is known color: Medium Slate Blue. HEX triplet: 69, 5A and FC. RGB value is (105,90,252). Sum of RGB (Red+Green+Blue) = 105+90+252=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #695AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695AFC is #96A503. Grayscale: #707070. Windows color (decimal): -9872644 or 16538217. OLE color: 16538217.

HSL color Cylindrical-coordinate representation of color #695AFC: hue angle of 245.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #695AFC is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 90 252 -
CMYK 0.58 0.64 0 0.01
HSL 245.56º 0.96% 0.67% -
HSV(B) 245.56º 0.64% 0.99% -
XYZ 27.05 17.34 94.02 -
YUV 112.95 206.47 122.33 -
System Red Green Blue C M Y K H S L
Decimal 105 90 252 0.58 0.64 0 0.01 245.56 0.96 0.67
Hex 69 5A FC 3A 40 0 1 F6 60 43
Octal 151 132 374 72 100 0 1 366 140 103
Binary 1101001 1011010 11111100 111010 1000000 0 1 11110110 1100000 1000011

Color Harmonies of #695AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695AFC

Black with #695AFC

Text Example


Text Example

White with #695AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,90,252); }

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

background-color css

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

 a { background-color: rgb(105,90,252); }

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

border-color css

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

 span { border-color: rgb(105,90,252); }

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