#695ECA

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

Shades of Slate Blue #695ECA

Tints of Slate Blue #695ECA

Color information

#695ECA (or 0x695ECA) is unknown color: approx Slate Blue. HEX triplet: 69, 5E and CA. RGB value is (105,94,202). Sum of RGB (Red+Green+Blue) = 105+94+202=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #695ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ECA is #96A135. Grayscale: #6D6D6D. Windows color (decimal): -9871670 or 13262441. OLE color: 13262441.

HSL color Cylindrical-coordinate representation of color #695ECA: hue angle of 246.11º 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 #695ECA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10594202-
CMYK0.480.5300.21
HSL246.11º50.47%58.04%-
HSV(B)246.11º53.47%79.22%-
XYZ20.4915.2757.75-
YUV109.6180.14124.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=26.18%
G=23.44%
B=50.37%

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
Decimal105942020.480.5300.21246.1150.4758.04
Hex695ECA3035015f6323a
Octal15113631260650253666272
Binary110100110111101100101011000011010101010111110110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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