#694BCD

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

Shades of Slate Blue #694BCD

Tints of Slate Blue #694BCD

Color information

#694BCD (or 0x694BCD) is unknown color: approx Slate Blue. HEX triplet: 69, 4B and CD. RGB value is (105,75,205). Sum of RGB (Red+Green+Blue) = 105+75+205=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #694BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BCD is #96B432. Grayscale: #626262. Windows color (decimal): -9876531 or 13454185. OLE color: 13454185.

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

Color convert

RGB10575205-
CMYK0.490.6300.20
HSL253.85º56.52%54.9%-
HSV(B)253.85º63.41%80.39%-
XYZ19.3612.4459.14-
YUV98.79187.94132.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=27.27%
G=19.48%
B=53.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105752050.490.6300.20253.8556.5254.9
Hex694BCD313F014fe3937
Octal15111331561770243767167
Binary110100110010111100110111000111111101010011111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694BCD; }

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

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

<style>
 a { background-color: #694BCD; }

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

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

<style>
 span { border-color: #694BCD; }

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

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