Html Css Color HEX #674DCC Slate Blue

📋 copy color: '#674DCC'

red 103 ◦ green 77 ◦ blue 204

#674DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #674DCC

Tints of Slate Blue #674DCC

RGB

 RED value IS 103 (40.63% from 255) = 26.82%

 GREEN value IS 77 (30.47% from 255) = 20.05%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 26.82%
G = 20.05%
B = 53.13%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#674DCC (or 0x674DCC) is known color: Slate Blue. HEX triplet: 67, 4D and CC. RGB value is (103,77,204). Sum of RGB (Red+Green+Blue) = 103+77+204=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #674DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DCC is #98B233. Grayscale: #626262. Windows color (decimal): -10007092 or 13389159. OLE color: 13389159.

HSL color Cylindrical-coordinate representation of color #674DCC: hue angle of 252.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674DCC is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 77 204 -
CMYK 0.50 0.62 0 0.2
HSL 252.28º 0.55% 0.55% -
HSV(B) 252.28º 0.62% 0.8% -
XYZ 19.15 12.55 58.54 -
YUV 99.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 103 77 204 0.50 0.62 0 0.2 252.28 0.55 0.55
Hex 67 4D CC 32 3E 0 14 FC 37 37
Octal 147 115 314 62 76 0 24 374 67 67
Binary 1100111 1001101 11001100 110010 111110 0 10100 11111100 110111 110111

Color Harmonies of #674DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DCC

Black with #674DCC

Text Example


Text Example

White with #674DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,204); }

 H1.HeaderClassName
 {
   color: #674DCC;
 }
 .AnyTagClassName
 {
   color: #674DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(103,77,204); }

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

border-color css

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

 span { border-color: rgb(103,77,204); }

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