#695FCA

Color #695FCA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #695FCA

Tints of Slate Blue #695FCA

Color information

#695FCA (or 0x695FCA) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and CA. RGB value is (105,95,202). Sum of RGB (Red+Green+Blue) = 105+95+202=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #695FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FCA is #96A035. Grayscale: #6D6D6D. Windows color (decimal): -9871414 or 13262697. OLE color: 13262697.

HSL color Cylindrical-coordinate representation of color #695FCA: hue angle of 245.61º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #695FCA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10595202-
CMYK0.480.5300.21
HSL245.61º50.23%58.24%-
HSV(B)245.61º52.97%79.22%-
XYZ20.5815.4557.78-
YUV110.19179.81124.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=26.12%
G=23.63%
B=50.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105952020.480.5300.21245.6150.2358.24
Hex695FCA3035015f6323a
Octal15113731260650253666272
Binary110100110111111100101011000011010101010111110110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,95,202); }

 H1.HeaderClassName
 {
   color: #695FCA;
 }
 .AnyTagClassName
 {
   color: #695FCA;
 }
</style>
background-color css

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

 a { background-color: rgb(105,95,202); }

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

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

 span { border-color: rgb(105,95,202); }

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