Html Css Color HEX #674DDC Slate Blue

📋 copy color: '#674DDC'

red 103 ◦ green 77 ◦ blue 220

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

Shades of Slate Blue #674DDC

Tints of Slate Blue #674DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.25%

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

R = 25.75%
G = 19.25%
B = 55%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#674DDC (or 0x674DDC) is known color: Slate Blue. HEX triplet: 67, 4D and DC. RGB value is (103,77,220). Sum of RGB (Red+Green+Blue) = 103+77+220=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #674DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DDC is #98B223. Grayscale: #646464. Windows color (decimal): -10007076 or 14437735. OLE color: 14437735.

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

Color convert

RGB 103 77 220 -
CMYK 0.53 0.65 0 0.14
HSL 250.91º 0.67% 0.58% -
HSV(B) 250.91º 0.65% 0.86% -
XYZ 21.17 13.36 69.17 -
YUV 101.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 103 77 220 0.53 0.65 0 0.14 250.91 0.67 0.58
Hex 67 4D DC 35 41 0 E FB 43 3A
Octal 147 115 334 65 101 0 16 373 103 72
Binary 1100111 1001101 11011100 110101 1000001 0 1110 11111011 1000011 111010

Color Harmonies of #674DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DDC

Black with #674DDC

Text Example


Text Example

White with #674DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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