Html Css Color HEX #695FD3 Slate Blue

📋 copy color: '#695FD3'

red 105 ◦ green 95 ◦ blue 211

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

Shades of Slate Blue #695FD3

Tints of Slate Blue #695FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.34%

R = 25.55%
G = 23.11%
B = 51.34%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#695FD3 (or 0x695FD3) is known color: Slate Blue. HEX triplet: 69, 5F and D3. RGB value is (105,95,211). Sum of RGB (Red+Green+Blue) = 105+95+211=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 211 (82.81% from 255 or 51.34% from 411); Max value from RGB is 211 - color contains mainly: blue. Hex color #695FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FD3 is #96A02C. Grayscale: #6E6E6E. Windows color (decimal): -9871405 or 13852521. OLE color: 13852521.

HSL color Cylindrical-coordinate representation of color #695FD3: hue angle of 245.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #695FD3 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 95 211 -
CMYK 0.50 0.55 0 0.17
HSL 245.17º 0.57% 0.6% -
HSV(B) 245.17º 0.55% 0.83% -
XYZ 21.68 15.89 63.55 -
YUV 111.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 105 95 211 0.50 0.55 0 0.17 245.17 0.57 0.6
Hex 69 5F D3 32 37 0 11 F5 39 3C
Octal 151 137 323 62 67 0 21 365 71 74
Binary 1101001 1011111 11010011 110010 110111 0 10001 11110101 111001 111100

Color Harmonies of #695FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695FD3

Black with #695FD3

Text Example


Text Example

White with #695FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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