#695FCD

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

Shades of Slate Blue #695FCD

Tints of Slate Blue #695FCD

Color information

#695FCD (or 0x695FCD) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and CD. RGB value is (105,95,205). Sum of RGB (Red+Green+Blue) = 105+95+205=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #695FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FCD is #96A032. Grayscale: #6E6E6E. Windows color (decimal): -9871411 or 13459305. OLE color: 13459305.

HSL color Cylindrical-coordinate representation of color #695FCD: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695FCD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10595205-
CMYK0.490.5400.20
HSL245.45º52.38%58.82%-
HSV(B)245.45º53.66%80.39%-
XYZ20.9415.659.66-
YUV110.53181.31124.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=25.93%
G=23.46%
B=50.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105952050.490.5400.20245.4552.3858.82
Hex695FCD3136014f5343b
Octal15113731561660243656473
Binary110100110111111100110111000111011001010011110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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