#695CDE

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

Shades of Slate Blue #695CDE

Tints of Slate Blue #695CDE

Color information

#695CDE (or 0x695CDE) is unknown color: approx Slate Blue. HEX triplet: 69, 5C and DE. RGB value is (105,92,222). Sum of RGB (Red+Green+Blue) = 105+92+222=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #695CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CDE is #96A321. Grayscale: #6E6E6E. Windows color (decimal): -9872162 or 14572649. OLE color: 14572649.

HSL color Cylindrical-coordinate representation of color #695CDE: hue angle of 246º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695CDE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10592222-
CMYK0.530.5900.13
HSL246º66.33%61.57%-
HSV(B)246º58.56%87.06%-
XYZ22.8415.9370.98-
YUV110.71190.81123.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=25.06%
G=21.96%
B=52.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105922220.530.5900.1324666.3361.57
Hex695CDE353B0Df6423e
Octal151134336657301536610276
Binary110100110111001101111011010111101101101111101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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