#6674DA

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

Shades of Slate Blue #6674DA

Tints of Slate Blue #6674DA

Color information

#6674DA (or 0x6674DA) is unknown color: approx Slate Blue. HEX triplet: 66, 74 and DA. RGB value is (102,116,218). Sum of RGB (Red+Green+Blue) = 102+116+218=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #6674DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674DA is #998B25. Grayscale: #7B7B7B. Windows color (decimal): -10062630 or 14316646. OLE color: 14316646.

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

Color convert

RGB102116218-
CMYK0.530.4700.15
HSL232.76º61.05%62.75%-
HSV(B)232.76º53.21%85.49%-
XYZ24.3820.3868.98-
YUV123.44181.36112.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 218 (85.55% from 255) = 50%
R=23.39%
G=26.61%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021162180.530.4700.15232.7661.0562.75
Hex6674DA352F0Fe93d3f
Octal14616433265570173517577
Binary11001101110100110110101101011011110111111101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6674DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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