#695FCB

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

Shades of Slate Blue #695FCB

Tints of Slate Blue #695FCB

Color information

#695FCB (or 0x695FCB) is unknown color: approx Slate Blue. HEX triplet: 69, 5F and CB. RGB value is (105,95,203). Sum of RGB (Red+Green+Blue) = 105+95+203=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #695FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FCB is #96A034. Grayscale: #6D6D6D. Windows color (decimal): -9871413 or 13328233. OLE color: 13328233.

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

Color convert

RGB10595203-
CMYK0.480.5300.20
HSL245.56º50.94%58.43%-
HSV(B)245.56º53.2%79.61%-
XYZ20.715.558.4-
YUV110.3180.31124.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=26.05%
G=23.57%
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.20
SystemRedGreenBlueCMYKHSL
Decimal105952030.480.5300.20245.5650.9458.43
Hex695FCB3035014f6333a
Octal15113731360650243666372
Binary110100110111111100101111000011010101010011110110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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