Html Css Color HEX #695EDB Slate Blue

📋 copy color: '#695EDB'

red 105 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #695EDB

Tints of Slate Blue #695EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

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

R = 25.12%
G = 22.49%
B = 52.39%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#695EDB (or 0x695EDB) is known color: Slate Blue. HEX triplet: 69, 5E and DB. RGB value is (105,94,219). Sum of RGB (Red+Green+Blue) = 105+94+219=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #695EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EDB is #96A124. Grayscale: #6F6F6F. Windows color (decimal): -9871653 or 14376553. OLE color: 14376553.

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

Color convert

RGB 105 94 219 -
CMYK 0.52 0.57 0 0.14
HSL 245.28º 0.63% 0.61% -
HSV(B) 245.28º 0.57% 0.86% -
XYZ 22.61 16.12 68.94 -
YUV 111.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 105 94 219 0.52 0.57 0 0.14 245.28 0.63 0.61
Hex 69 5E DB 34 39 0 E F5 3F 3D
Octal 151 136 333 64 71 0 16 365 77 75
Binary 1101001 1011110 11011011 110100 111001 0 1110 11110101 111111 111101

Color Harmonies of #695EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EDB

Black with #695EDB

Text Example


Text Example

White with #695EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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