Html Css Color HEX #674DCF Slate Blue

📋 copy color: '#674DCF'

red 103 ◦ green 77 ◦ blue 207

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

Shades of Slate Blue #674DCF

Tints of Slate Blue #674DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 26.61%
G = 19.9%
B = 53.49%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#674DCF (or 0x674DCF) is known color: Slate Blue. HEX triplet: 67, 4D and CF. RGB value is (103,77,207). Sum of RGB (Red+Green+Blue) = 103+77+207=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #674DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DCF is #98B230. Grayscale: #636363. Windows color (decimal): -10007089 or 13585767. OLE color: 13585767.

HSL color Cylindrical-coordinate representation of color #674DCF: hue angle of 252º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674DCF is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 77 207 -
CMYK 0.50 0.63 0 0.19
HSL 252º 0.58% 0.56% -
HSV(B) 252º 0.63% 0.81% -
XYZ 19.51 12.7 60.45 -
YUV 99.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 103 77 207 0.50 0.63 0 0.19 252 0.58 0.56
Hex 67 4D CF 32 3F 0 13 FC 3A 38
Octal 147 115 317 62 77 0 23 374 72 70
Binary 1100111 1001101 11001111 110010 111111 0 10011 11111100 111010 111000

Color Harmonies of #674DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DCF

Black with #674DCF

Text Example


Text Example

White with #674DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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