Html Css Color HEX #673F8C Daisy Bush

📋 copy color: '#673F8C'

red 103 ◦ green 63 ◦ blue 140

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

Shades of Daisy Bush #673F8C

Tints of Daisy Bush #673F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 33.66%
G = 20.59%
B = 45.75%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#673F8C (or 0x673F8C) is known color: Daisy Bush. HEX triplet: 67, 3F and 8C. RGB value is (103,63,140). Sum of RGB (Red+Green+Blue) = 103+63+140=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #673F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673F8C is #98C073. Grayscale: #535353. Windows color (decimal): -10010740 or 9191271. OLE color: 9191271.

HSL color Cylindrical-coordinate representation of color #673F8C: hue angle of 271.17º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #673F8C is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 63 140 -
CMYK 0.26 0.55 0 0.45
HSL 271.17º 0.38% 0.4% -
HSV(B) 271.17º 0.55% 0.55% -
XYZ 12.1 8.33 25.78 -
YUV 83.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 103 63 140 0.26 0.55 0 0.45 271.17 0.38 0.4
Hex 67 3F 8C 1A 37 0 2D 10F 26 28
Octal 147 77 214 32 67 0 55 417 46 50
Binary 1100111 111111 10001100 11010 110111 0 101101 100001111 100110 101000

Color Harmonies of #673F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673F8C

Black with #673F8C

Text Example


Text Example

White with #673F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673F8C; }

 p { color: rgb(103,63,140); }

 H1.HeaderClassName
 {
   color: #673F8C;
 }
 .AnyTagClassName
 {
   color: #673F8C;
 }
</style>

background-color css

<style>
 a { background-color: #673F8C; }

 a { background-color: rgb(103,63,140); }

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

border-color css

<style>
 span { border-color: #673F8C; }

 span { border-color: rgb(103,63,140); }

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