Html Css Color HEX #695DDF Slate Blue

📋 copy color: '#695DDF'

red 105 ◦ green 93 ◦ blue 223

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

Shades of Slate Blue #695DDF

Tints of Slate Blue #695DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 24.94%
G = 22.09%
B = 52.97%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#695DDF (or 0x695DDF) is known color: Slate Blue. HEX triplet: 69, 5D and DF. RGB value is (105,93,223). Sum of RGB (Red+Green+Blue) = 105+93+223=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #695DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DDF is #96A220. Grayscale: #6E6E6E. Windows color (decimal): -9871905 or 14638441. OLE color: 14638441.

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

Color convert

RGB 105 93 223 -
CMYK 0.53 0.58 0 0.13
HSL 245.54º 0.67% 0.62% -
HSV(B) 245.54º 0.58% 0.87% -
XYZ 23.06 16.16 71.72 -
YUV 111.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 105 93 223 0.53 0.58 0 0.13 245.54 0.67 0.62
Hex 69 5D DF 35 3A 0 D F6 43 3E
Octal 151 135 337 65 72 0 15 366 103 76
Binary 1101001 1011101 11011111 110101 111010 0 1101 11110110 1000011 111110

Color Harmonies of #695DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DDF

Black with #695DDF

Text Example


Text Example

White with #695DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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