#674BDA

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

Shades of Slate Blue #674BDA

Tints of Slate Blue #674BDA

Color information

#674BDA (or 0x674BDA) is unknown color: approx Slate Blue. HEX triplet: 67, 4B and DA. RGB value is (103,75,218). Sum of RGB (Red+Green+Blue) = 103+75+218=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #674BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BDA is #98B425. Grayscale: #636363. Windows color (decimal): -10007590 or 14306151. OLE color: 14306151.

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

Color convert

RGB10375218-
CMYK0.530.6600.15
HSL251.75º65.9%57.45%-
HSV(B)251.75º65.6%85.49%-
XYZ20.7612.9867.74-
YUV99.67194.78130.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=26.01%
G=18.94%
B=55.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal103752180.530.6600.15251.7565.957.45
Hex674BDA35420Ffc4239
Octal1471133326510201737410271
Binary1100111100101111011010110101100001001111111111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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