Html Css Color HEX #674FDC Slate Blue

📋 copy color: '#674FDC'

red 103 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #674FDC

Tints of Slate Blue #674FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 25.62%
G = 19.65%
B = 54.73%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#674FDC (or 0x674FDC) is known color: Slate Blue. HEX triplet: 67, 4F and DC. RGB value is (103,79,220). Sum of RGB (Red+Green+Blue) = 103+79+220=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #674FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FDC is #98B023. Grayscale: #656565. Windows color (decimal): -10006564 or 14438247. OLE color: 14438247.

HSL color Cylindrical-coordinate representation of color #674FDC: hue angle of 250.21º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674FDC is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 79 220 -
CMYK 0.53 0.64 0 0.14
HSL 250.21º 0.67% 0.59% -
HSV(B) 250.21º 0.64% 0.86% -
XYZ 21.31 13.64 69.22 -
YUV 102.25 194.45 128.54 -
System Red Green Blue C M Y K H S L
Decimal 103 79 220 0.53 0.64 0 0.14 250.21 0.67 0.59
Hex 67 4F DC 35 40 0 E FA 43 3B
Octal 147 117 334 65 100 0 16 372 103 73
Binary 1100111 1001111 11011100 110101 1000000 0 1110 11111010 1000011 111011

Color Harmonies of #674FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FDC

Black with #674FDC

Text Example


Text Example

White with #674FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,79,220); }

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

background-color css

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

 a { background-color: rgb(103,79,220); }

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

border-color css

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

 span { border-color: rgb(103,79,220); }

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