#695ACA

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

Shades of Slate Blue #695ACA

Tints of Slate Blue #695ACA

Color information

#695ACA (or 0x695ACA) is unknown color: approx Slate Blue. HEX triplet: 69, 5A and CA. RGB value is (105,90,202). Sum of RGB (Red+Green+Blue) = 105+90+202=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #695ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ACA is #96A535. Grayscale: #6A6A6A. Windows color (decimal): -9872694 or 13261417. OLE color: 13261417.

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

Color convert

RGB10590202-
CMYK0.480.5500.21
HSL248.04º51.38%57.25%-
HSV(B)248.04º55.45%79.22%-
XYZ20.1414.5857.63-
YUV107.25181.47126.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=26.45%
G=22.67%
B=50.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105902020.480.5500.21248.0451.3857.25
Hex695ACA3037015f83339
Octal15113231260670253706371
Binary110100110110101100101011000011011101010111111000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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