Html Css Color HEX #674ECC Slate Blue

📋 copy color: '#674ECC'

red 103 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #674ECC

Tints of Slate Blue #674ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

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

R = 26.75%
G = 20.26%
B = 52.99%

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

#674ECC (or 0x674ECC) is known color: Slate Blue. HEX triplet: 67, 4E and CC. RGB value is (103,78,204). Sum of RGB (Red+Green+Blue) = 103+78+204=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #674ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674ECC is #98B133. Grayscale: #636363. Windows color (decimal): -10006836 or 13389415. OLE color: 13389415.

HSL color Cylindrical-coordinate representation of color #674ECC: hue angle of 251.9º 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 #674ECC is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 78 204 -
CMYK 0.50 0.62 0 0.2
HSL 251.9º 0.55% 0.55% -
HSV(B) 251.9º 0.62% 0.8% -
XYZ 19.22 12.69 58.56 -
YUV 99.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 103 78 204 0.50 0.62 0 0.2 251.9 0.55 0.55
Hex 67 4E CC 32 3E 0 14 FC 37 37
Octal 147 116 314 62 76 0 24 374 67 67
Binary 1100111 1001110 11001100 110010 111110 0 10100 11111100 110111 110111

Color Harmonies of #674ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ECC

Black with #674ECC

Text Example


Text Example

White with #674ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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