Html Css Color HEX #674CC8 Slate Blue

📋 copy color: '#674CC8'

red 103 ◦ green 76 ◦ blue 200

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

Shades of Slate Blue #674CC8

Tints of Slate Blue #674CC8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

 BLUE value IS 200 (78.52% from 255) = 52.77%

R = 27.18%
G = 20.05%
B = 52.77%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#674CC8 (or 0x674CC8) is known color: Slate Blue. HEX triplet: 67, 4C and C8. RGB value is (103,76,200). Sum of RGB (Red+Green+Blue) = 103+76+200=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #674CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CC8 is #98B337. Grayscale: #616161. Windows color (decimal): -10007352 or 13126759. OLE color: 13126759.

HSL color Cylindrical-coordinate representation of color #674CC8: hue angle of 253.06º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674CC8 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 76 200 -
CMYK 0.48 0.62 0 0.22
HSL 253.06º 0.53% 0.54% -
HSV(B) 253.06º 0.62% 0.78% -
XYZ 18.6 12.22 56.02 -
YUV 98.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 103 76 200 0.48 0.62 0 0.22 253.06 0.53 0.54
Hex 67 4C C8 30 3E 0 16 FD 35 36
Octal 147 114 310 60 76 0 26 375 65 66
Binary 1100111 1001100 11001000 110000 111110 0 10110 11111101 110101 110110

Color Harmonies of #674CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CC8

Black with #674CC8

Text Example


Text Example

White with #674CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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