Html Css Color HEX #695AFB Medium Slate Blue

📋 copy color: '#695AFB'

red 105 ◦ green 90 ◦ blue 251

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

Shades of Medium Slate Blue #695AFB

Tints of Medium Slate Blue #695AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 23.54%
G = 20.18%
B = 56.28%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#695AFB (or 0x695AFB) is known color: Medium Slate Blue. HEX triplet: 69, 5A and FB. RGB value is (105,90,251). Sum of RGB (Red+Green+Blue) = 105+90+251=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #695AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695AFB is #96A504. Grayscale: #707070. Windows color (decimal): -9872645 or 16472681. OLE color: 16472681.

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

Color convert

RGB 105 90 251 -
CMYK 0.58 0.64 0 0.02
HSL 245.59º 0.95% 0.67% -
HSV(B) 245.59º 0.64% 0.98% -
XYZ 26.89 17.28 93.18 -
YUV 112.84 205.97 122.41 -
System Red Green Blue C M Y K H S L
Decimal 105 90 251 0.58 0.64 0 0.02 245.59 0.95 0.67
Hex 69 5A FB 3A 40 0 2 F6 5F 43
Octal 151 132 373 72 100 0 2 366 137 103
Binary 1101001 1011010 11111011 111010 1000000 0 10 11110110 1011111 1000011

Color Harmonies of #695AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695AFB

Black with #695AFB

Text Example


Text Example

White with #695AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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