#674CDA

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

Shades of Slate Blue #674CDA

Tints of Slate Blue #674CDA

Color information

#674CDA (or 0x674CDA) is unknown color: approx Slate Blue. HEX triplet: 67, 4C and DA. RGB value is (103,76,218). Sum of RGB (Red+Green+Blue) = 103+76+218=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #674CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CDA is #98B325. Grayscale: #636363. Windows color (decimal): -10007334 or 14306407. OLE color: 14306407.

HSL color Cylindrical-coordinate representation of color #674CDA: hue angle of 251.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674CDA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10376218-
CMYK0.530.6500.15
HSL251.41º65.74%57.65%-
HSV(B)251.41º65.14%85.49%-
XYZ20.8313.1167.76-
YUV100.26194.45129.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.94%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 218 (85.55% from 255) = 54.91%
R=25.94%
G=19.14%
B=54.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal103762180.530.6500.15251.4165.7457.65
Hex674CDA35410Ffb423a
Octal1471143326510101737310272
Binary1100111100110011011010110101100000101111111110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674CDA; }

 p { color: rgb(103,76,218); }

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

<style>
 a { background-color: #674CDA; }

 a { background-color: rgb(103,76,218); }

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

<style>
 span { border-color: #674CDA; }

 span { border-color: rgb(103,76,218); }

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