Html Css Color HEX #695AF1 Medium Slate Blue

📋 copy color: '#695AF1'

red 105 ◦ green 90 ◦ blue 241

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

Shades of Medium Slate Blue #695AF1

Tints of Medium Slate Blue #695AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.28%

R = 24.08%
G = 20.64%
B = 55.28%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#695AF1 (or 0x695AF1) is known color: Medium Slate Blue. HEX triplet: 69, 5A and F1. RGB value is (105,90,241). Sum of RGB (Red+Green+Blue) = 105+90+241=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #695AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695AF1 is #96A50E. Grayscale: #6F6F6F. Windows color (decimal): -9872655 or 15817321. OLE color: 15817321.

HSL color Cylindrical-coordinate representation of color #695AF1: hue angle of 245.96º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695AF1 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 90 241 -
CMYK 0.56 0.63 0 0.05
HSL 245.96º 0.84% 0.65% -
HSV(B) 245.96º 0.63% 0.95% -
XYZ 25.36 16.67 85.1 -
YUV 111.7 200.97 123.22 -
System Red Green Blue C M Y K H S L
Decimal 105 90 241 0.56 0.63 0 0.05 245.96 0.84 0.65
Hex 69 5A F1 38 3F 0 5 F6 54 41
Octal 151 132 361 70 77 0 5 366 124 101
Binary 1101001 1011010 11110001 111000 111111 0 101 11110110 1010100 1000001

Color Harmonies of #695AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695AF1

Black with #695AF1

Text Example


Text Example

White with #695AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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