Html Css Color HEX #695BDB Slate Blue

📋 copy color: '#695BDB'

red 105 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #695BDB

Tints of Slate Blue #695BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 25.3%
G = 21.93%
B = 52.77%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#695BDB (or 0x695BDB) is known color: Slate Blue. HEX triplet: 69, 5B and DB. RGB value is (105,91,219). Sum of RGB (Red+Green+Blue) = 105+91+219=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #695BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BDB is #96A424. Grayscale: #6D6D6D. Windows color (decimal): -9872421 or 14375785. OLE color: 14375785.

HSL color Cylindrical-coordinate representation of color #695BDB: hue angle of 246.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #695BDB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 91 219 -
CMYK 0.52 0.58 0 0.14
HSL 246.56º 0.64% 0.61% -
HSV(B) 246.56º 0.58% 0.86% -
XYZ 22.35 15.6 68.85 -
YUV 109.78 189.64 124.59 -
System Red Green Blue C M Y K H S L
Decimal 105 91 219 0.52 0.58 0 0.14 246.56 0.64 0.61
Hex 69 5B DB 34 3A 0 E F7 40 3D
Octal 151 133 333 64 72 0 16 367 100 75
Binary 1101001 1011011 11011011 110100 111010 0 1110 11110111 1000000 111101

Color Harmonies of #695BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BDB

Black with #695BDB

Text Example


Text Example

White with #695BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,219); }

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

background-color css

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

 a { background-color: rgb(105,91,219); }

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

border-color css

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

 span { border-color: rgb(105,91,219); }

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