Html Css Color HEX #695BDE Slate Blue

📋 copy color: '#695BDE'

red 105 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #695BDE

Tints of Slate Blue #695BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 25.12%
G = 21.77%
B = 53.11%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#695BDE (or 0x695BDE) is known color: Slate Blue. HEX triplet: 69, 5B and DE. RGB value is (105,91,222). Sum of RGB (Red+Green+Blue) = 105+91+222=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #695BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BDE is #96A421. Grayscale: #6D6D6D. Windows color (decimal): -9872418 or 14572393. OLE color: 14572393.

HSL color Cylindrical-coordinate representation of color #695BDE: hue angle of 246.41º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695BDE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 91 222 -
CMYK 0.53 0.59 0 0.13
HSL 246.41º 0.66% 0.61% -
HSV(B) 246.41º 0.59% 0.87% -
XYZ 22.75 15.76 70.95 -
YUV 110.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 105 91 222 0.53 0.59 0 0.13 246.41 0.66 0.61
Hex 69 5B DE 35 3B 0 D F6 42 3D
Octal 151 133 336 65 73 0 15 366 102 75
Binary 1101001 1011011 11011110 110101 111011 0 1101 11110110 1000010 111101

Color Harmonies of #695BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BDE

Black with #695BDE

Text Example


Text Example

White with #695BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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