#676FD0

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

Shades of Slate Blue #676FD0

Tints of Slate Blue #676FD0

Color information

#676FD0 (or 0x676FD0) is unknown color: approx Slate Blue. HEX triplet: 67, 6F and D0. RGB value is (103,111,208). Sum of RGB (Red+Green+Blue) = 103+111+208=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #676FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676FD0 is #98902F. Grayscale: #777777. Windows color (decimal): -9998384 or 13660007. OLE color: 13660007.

HSL color Cylindrical-coordinate representation of color #676FD0: hue angle of 235.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676FD0 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103111208-
CMYK0.500.4700.18
HSL235.43º52.76%60.98%-
HSV(B)235.43º50.48%81.57%-
XYZ22.6618.8162.11-
YUV119.67177.85116.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.41%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 208 (81.64% from 255) = 49.29%
R=24.41%
G=26.30%
B=49.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031112080.500.4700.18235.4352.7660.98
Hex676FD0322F012eb353d
Octal14715732062570223536575
Binary110011111011111101000011001010111101001011101011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676FD0; }

 p { color: rgb(103,111,208); }

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

<style>
 a { background-color: #676FD0; }

 a { background-color: rgb(103,111,208); }

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

<style>
 span { border-color: #676FD0; }

 span { border-color: rgb(103,111,208); }

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