#676BCB

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

Shades of Slate Blue #676BCB

Tints of Slate Blue #676BCB

Color information

#676BCB (or 0x676BCB) is unknown color: approx Slate Blue. HEX triplet: 67, 6B and CB. RGB value is (103,107,203). Sum of RGB (Red+Green+Blue) = 103+107+203=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #676BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BCB is #989434. Grayscale: #747474. Windows color (decimal): -9999413 or 13331303. OLE color: 13331303.

HSL color Cylindrical-coordinate representation of color #676BCB: hue angle of 237.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #676BCB is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103107203-
CMYK0.490.4700.20
HSL237.6º49.02%60%-
HSV(B)237.6º49.26%79.61%-
XYZ21.6317.7158.78-
YUV116.75176.67118.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.94%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=24.94%
G=25.91%
B=49.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031072030.490.4700.20237.649.0260
Hex676BCB312F014ee313c
Octal14715331361570243566174
Binary110011111010111100101111000110111101010011101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,107,203); }

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

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

 a { background-color: rgb(103,107,203); }

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

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

 span { border-color: rgb(103,107,203); }

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