#695AE4

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

Shades of Slate Blue #695AE4

Tints of Slate Blue #695AE4

Color information

#695AE4 (or 0x695AE4) is unknown color: approx Slate Blue. HEX triplet: 69, 5A and E4. RGB value is (105,90,228). Sum of RGB (Red+Green+Blue) = 105+90+228=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #695AE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695AE4 is #96A51B. Grayscale: #6D6D6D. Windows color (decimal): -9872668 or 14965353. OLE color: 14965353.

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

Color convert

RGB10590228-
CMYK0.540.6100.11
HSL246.52º71.88%62.35%-
HSV(B)246.52º60.53%89.41%-
XYZ23.4915.9275.23-
YUV110.22194.47124.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 228 (89.45% from 255) = 53.90%
R=24.82%
G=21.28%
B=53.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal105902280.540.6100.11246.5271.8862.35
Hex695AE4363D0Bf7483e
Octal151132344667501336711076
Binary110100110110101110010011011011110101011111101111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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