Html Css Color HEX #695FFB Medium Slate Blue

📋 copy color: '#695FFB'

red 105 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #695FFB

Tints of Medium Slate Blue #695FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.06%

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

R = 23.28%
G = 21.06%
B = 55.65%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#695FFB (or 0x695FFB) is known color: Medium Slate Blue. HEX triplet: 69, 5F and FB. RGB value is (105,95,251). Sum of RGB (Red+Green+Blue) = 105+95+251=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #695FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695FFB is #96A004. Grayscale: #737373. Windows color (decimal): -9871365 or 16473961. OLE color: 16473961.

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

Color convert

RGB 105 95 251 -
CMYK 0.58 0.62 0 0.02
HSL 243.85º 0.95% 0.68% -
HSV(B) 243.85º 0.62% 0.98% -
XYZ 27.33 18.15 93.33 -
YUV 115.77 204.31 120.32 -
System Red Green Blue C M Y K H S L
Decimal 105 95 251 0.58 0.62 0 0.02 243.85 0.95 0.68
Hex 69 5F FB 3A 3E 0 2 F4 5F 44
Octal 151 137 373 72 76 0 2 364 137 104
Binary 1101001 1011111 11111011 111010 111110 0 10 11110100 1011111 1000100

Color Harmonies of #695FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695FFB

Black with #695FFB

Text Example


Text Example

White with #695FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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