Html Css Color HEX #674FDF Slate Blue

📋 copy color: '#674FDF'

red 103 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #674FDF

Tints of Slate Blue #674FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 25.43%
G = 19.51%
B = 55.06%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#674FDF (or 0x674FDF) is known color: Slate Blue. HEX triplet: 67, 4F and DF. RGB value is (103,79,223). Sum of RGB (Red+Green+Blue) = 103+79+223=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #674FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FDF is #98B020. Grayscale: #666666. Windows color (decimal): -10006561 or 14634855. OLE color: 14634855.

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

Color convert

RGB 103 79 223 -
CMYK 0.54 0.65 0 0.13
HSL 250º 0.69% 0.59% -
HSV(B) 250º 0.65% 0.87% -
XYZ 21.71 13.8 71.33 -
YUV 102.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 103 79 223 0.54 0.65 0 0.13 250 0.69 0.59
Hex 67 4F DF 36 41 0 D FA 45 3B
Octal 147 117 337 66 101 0 15 372 105 73
Binary 1100111 1001111 11011111 110110 1000001 0 1101 11111010 1000101 111011

Color Harmonies of #674FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FDF

Black with #674FDF

Text Example


Text Example

White with #674FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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