Html Css Color HEX #695DDB Slate Blue

📋 copy color: '#695DDB'

red 105 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #695DDB

Tints of Slate Blue #695DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

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

R = 25.18%
G = 22.3%
B = 52.52%

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

#695DDB (or 0x695DDB) is known color: Slate Blue. HEX triplet: 69, 5D and DB. RGB value is (105,93,219). Sum of RGB (Red+Green+Blue) = 105+93+219=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #695DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DDB is #96A224. Grayscale: #6E6E6E. Windows color (decimal): -9871909 or 14376297. OLE color: 14376297.

HSL color Cylindrical-coordinate representation of color #695DDB: hue angle of 245.71º 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 #695DDB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 93 219 -
CMYK 0.52 0.58 0 0.14
HSL 245.71º 0.64% 0.61% -
HSV(B) 245.71º 0.58% 0.86% -
XYZ 22.53 15.95 68.91 -
YUV 110.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 105 93 219 0.52 0.58 0 0.14 245.71 0.64 0.61
Hex 69 5D DB 34 3A 0 E F6 40 3D
Octal 151 135 333 64 72 0 16 366 100 75
Binary 1101001 1011101 11011011 110100 111010 0 1110 11110110 1000000 111101

Color Harmonies of #695DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DDB

Black with #695DDB

Text Example


Text Example

White with #695DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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