#6674D8

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

Shades of Slate Blue #6674D8

Tints of Slate Blue #6674D8

Color information

#6674D8 (or 0x6674D8) is unknown color: approx Slate Blue. HEX triplet: 66, 74 and D8. RGB value is (102,116,216). Sum of RGB (Red+Green+Blue) = 102+116+216=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #6674D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674D8 is #998B27. Grayscale: #7A7A7A. Windows color (decimal): -10062632 or 14185574. OLE color: 14185574.

HSL color Cylindrical-coordinate representation of color #6674D8: hue angle of 232.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6674D8 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102116216-
CMYK0.530.4600.15
HSL232.63º59.38%62.35%-
HSV(B)232.63º52.78%84.71%-
XYZ24.1220.2767.61-
YUV123.21180.36112.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 216 (84.77% from 255) = 49.77%
R=23.50%
G=26.73%
B=49.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021162160.530.4600.15232.6359.3862.35
Hex6674D8352E0Fe93b3e
Octal14616433065560173517376
Binary11001101110100110110001101011011100111111101001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6674D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6674D8; }

 p { color: rgb(102,116,216); }

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

<style>
 a { background-color: #6674D8; }

 a { background-color: rgb(102,116,216); }

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

<style>
 span { border-color: #6674D8; }

 span { border-color: rgb(102,116,216); }

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