#695CE4

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

Shades of Slate Blue #695CE4

Tints of Slate Blue #695CE4

Color information

#695CE4 (or 0x695CE4) is unknown color: approx Slate Blue. HEX triplet: 69, 5C and E4. RGB value is (105,92,228). Sum of RGB (Red+Green+Blue) = 105+92+228=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 228 (89.45% from 255 or 53.65% from 425); Max value from RGB is 228 - color contains mainly: blue. Hex color #695CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CE4 is #96A31B. Grayscale: #6E6E6E. Windows color (decimal): -9872156 or 14965865. OLE color: 14965865.

HSL color Cylindrical-coordinate representation of color #695CE4: hue angle of 245.74º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695CE4 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10592228-
CMYK0.540.6000.11
HSL245.74º71.58%62.75%-
HSV(B)245.74º59.65%89.41%-
XYZ23.6616.2675.29-
YUV111.39193.81123.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 228 (89.45% from 255) = 53.65%
R=24.71%
G=21.65%
B=53.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal105922280.540.6000.11245.7471.5862.75
Hex695CE4363C0Bf6483f
Octal151134344667401336611077
Binary110100110111001110010011011011110001011111101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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