Html Css Color HEX #673C8E Daisy Bush

📋 copy color: '#673C8E'

red 103 ◦ green 60 ◦ blue 142

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

Shades of Daisy Bush #673C8E

Tints of Daisy Bush #673C8E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 33.77%
G = 19.67%
B = 46.56%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#673C8E (or 0x673C8E) is known color: Daisy Bush. HEX triplet: 67, 3C and 8E. RGB value is (103,60,142). Sum of RGB (Red+Green+Blue) = 103+60+142=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #673C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673C8E is #98C371. Grayscale: #515151. Windows color (decimal): -10011506 or 9321575. OLE color: 9321575.

HSL color Cylindrical-coordinate representation of color #673C8E: hue angle of 271.46º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #673C8E is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 60 142 -
CMYK 0.27 0.58 0 0.44
HSL 271.46º 0.41% 0.4% -
HSV(B) 271.46º 0.58% 0.56% -
XYZ 12.09 8.07 26.51 -
YUV 82.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 103 60 142 0.27 0.58 0 0.44 271.46 0.41 0.4
Hex 67 3C 8E 1B 3A 0 2C 10F 29 28
Octal 147 74 216 33 72 0 54 417 51 50
Binary 1100111 111100 10001110 11011 111010 0 101100 100001111 101001 101000

Color Harmonies of #673C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673C8E

Black with #673C8E

Text Example


Text Example

White with #673C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,60,142); }

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

background-color css

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

 a { background-color: rgb(103,60,142); }

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

border-color css

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

 span { border-color: rgb(103,60,142); }

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