Html Css Color HEX #695CDF Slate Blue

📋 copy color: '#695CDF'

red 105 ◦ green 92 ◦ blue 223

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

Shades of Slate Blue #695CDF

Tints of Slate Blue #695CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 25%
G = 21.9%
B = 53.1%

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

#695CDF (or 0x695CDF) is known color: Slate Blue. HEX triplet: 69, 5C and DF. RGB value is (105,92,223). Sum of RGB (Red+Green+Blue) = 105+92+223=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #695CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CDF is #96A320. Grayscale: #6E6E6E. Windows color (decimal): -9872161 or 14638185. OLE color: 14638185.

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

Color convert

RGB 105 92 223 -
CMYK 0.53 0.59 0 0.13
HSL 245.95º 0.67% 0.62% -
HSV(B) 245.95º 0.59% 0.87% -
XYZ 22.97 15.99 71.69 -
YUV 110.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 105 92 223 0.53 0.59 0 0.13 245.95 0.67 0.62
Hex 69 5C DF 35 3B 0 D F6 43 3E
Octal 151 134 337 65 73 0 15 366 103 76
Binary 1101001 1011100 11011111 110101 111011 0 1101 11110110 1000011 111110

Color Harmonies of #695CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CDF

Black with #695CDF

Text Example


Text Example

White with #695CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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