#695ECB

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

Shades of Slate Blue #695ECB

Tints of Slate Blue #695ECB

Color information

#695ECB (or 0x695ECB) is unknown color: approx Slate Blue. HEX triplet: 69, 5E and CB. RGB value is (105,94,203). Sum of RGB (Red+Green+Blue) = 105+94+203=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #695ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ECB is #96A134. Grayscale: #6D6D6D. Windows color (decimal): -9871669 or 13327977. OLE color: 13327977.

HSL color Cylindrical-coordinate representation of color #695ECB: hue angle of 246.06º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695ECB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10594203-
CMYK0.480.5400.20
HSL246.06º51.17%58.24%-
HSV(B)246.06º53.69%79.61%-
XYZ20.6115.3258.37-
YUV109.71180.64124.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 203 (79.69% from 255) = 50.50%
R=26.12%
G=23.38%
B=50.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105942030.480.5400.20246.0651.1758.24
Hex695ECB3036014f6333a
Octal15113631360660243666372
Binary110100110111101100101111000011011001010011110110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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