Html Css Color HEX #674FDD Slate Blue

📋 copy color: '#674FDD'

red 103 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #674FDD

Tints of Slate Blue #674FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 25.56%
G = 19.6%
B = 54.84%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#674FDD (or 0x674FDD) is known color: Slate Blue. HEX triplet: 67, 4F and DD. RGB value is (103,79,221). Sum of RGB (Red+Green+Blue) = 103+79+221=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #674FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FDD is #98B022. Grayscale: #656565. Windows color (decimal): -10006563 or 14503783. OLE color: 14503783.

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

Color convert

RGB 103 79 221 -
CMYK 0.53 0.64 0 0.13
HSL 250.14º 0.68% 0.59% -
HSV(B) 250.14º 0.64% 0.87% -
XYZ 21.44 13.7 69.92 -
YUV 102.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 103 79 221 0.53 0.64 0 0.13 250.14 0.68 0.59
Hex 67 4F DD 35 40 0 D FA 44 3B
Octal 147 117 335 65 100 0 15 372 104 73
Binary 1100111 1001111 11011101 110101 1000000 0 1101 11111010 1000100 111011

Color Harmonies of #674FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FDD

Black with #674FDD

Text Example


Text Example

White with #674FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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