Html Css Color HEX #674790 Daisy Bush

📋 copy color: '#674790'

red 103 ◦ green 71 ◦ blue 144

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

Shades of Daisy Bush #674790

Tints of Daisy Bush #674790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

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

R = 32.39%
G = 22.33%
B = 45.28%

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

#674790 (or 0x674790) is known color: Daisy Bush. HEX triplet: 67, 47 and 90. RGB value is (103,71,144). Sum of RGB (Red+Green+Blue) = 103+71+144=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #674790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674790 is #98B86F. Grayscale: #585858. Windows color (decimal): -10008688 or 9455463. OLE color: 9455463.

HSL color Cylindrical-coordinate representation of color #674790: hue angle of 266.3º degrees, saturation: 0.34, 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 #674790 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 71 144 -
CMYK 0.28 0.51 0 0.44
HSL 266.3º 0.34% 0.42% -
HSV(B) 266.3º 0.51% 0.56% -
XYZ 12.88 9.4 27.52 -
YUV 88.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 103 71 144 0.28 0.51 0 0.44 266.3 0.34 0.42
Hex 67 47 90 1C 33 0 2C 10A 22 2A
Octal 147 107 220 34 63 0 54 412 42 52
Binary 1100111 1000111 10010000 11100 110011 0 101100 100001010 100010 101010

Color Harmonies of #674790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674790

Black with #674790

Text Example


Text Example

White with #674790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674790; }

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

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

background-color css

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

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

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

border-color css

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

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

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