#695CCD

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

Shades of Slate Blue #695CCD

Tints of Slate Blue #695CCD

Color information

#695CCD (or 0x695CCD) is unknown color: approx Slate Blue. HEX triplet: 69, 5C and CD. RGB value is (105,92,205). Sum of RGB (Red+Green+Blue) = 105+92+205=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #695CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CCD is #96A332. Grayscale: #6C6C6C. Windows color (decimal): -9872179 or 13458537. OLE color: 13458537.

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

Color convert

RGB10592205-
CMYK0.490.5500.20
HSL246.9º53.05%58.24%-
HSV(B)246.9º55.12%80.39%-
XYZ20.6715.0759.58-
YUV108.77182.31125.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=26.12%
G=22.89%
B=51.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105922050.490.5500.20246.953.0558.24
Hex695CCD3137014f7353a
Octal15113431561670243676572
Binary110100110111001100110111000111011101010011110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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