Html Css Color HEX #674690 Daisy Bush

📋 copy color: '#674690'

red 103 ◦ green 70 ◦ blue 144

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

Shades of Daisy Bush #674690

Tints of Daisy Bush #674690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 32.49%
G = 22.08%
B = 45.43%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#674690 (or 0x674690) is known color: Daisy Bush. HEX triplet: 67, 46 and 90. RGB value is (103,70,144). Sum of RGB (Red+Green+Blue) = 103+70+144=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #674690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674690 is #98B96F. Grayscale: #585858. Windows color (decimal): -10008944 or 9455207. OLE color: 9455207.

HSL color Cylindrical-coordinate representation of color #674690: hue angle of 266.76º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674690 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 70 144 -
CMYK 0.28 0.51 0 0.44
HSL 266.76º 0.35% 0.42% -
HSV(B) 266.76º 0.51% 0.56% -
XYZ 12.82 9.28 27.5 -
YUV 88.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 103 70 144 0.28 0.51 0 0.44 266.76 0.35 0.42
Hex 67 46 90 1C 33 0 2C 10B 23 2A
Octal 147 106 220 34 63 0 54 413 43 52
Binary 1100111 1000110 10010000 11100 110011 0 101100 100001011 100011 101010

Color Harmonies of #674690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674690

Black with #674690

Text Example


Text Example

White with #674690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674690; }

 p { color: rgb(103,70,144); }

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

background-color css

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

 a { background-color: rgb(103,70,144); }

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

border-color css

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

 span { border-color: rgb(103,70,144); }

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