Html Css Color HEX #674590 Daisy Bush

📋 copy color: '#674590'

red 103 ◦ green 69 ◦ blue 144

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

Shades of Daisy Bush #674590

Tints of Daisy Bush #674590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

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

R = 32.59%
G = 21.84%
B = 45.57%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#674590 (or 0x674590) is known color: Daisy Bush. HEX triplet: 67, 45 and 90. RGB value is (103,69,144). Sum of RGB (Red+Green+Blue) = 103+69+144=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #674590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674590 is #98BA6F. Grayscale: #575757. Windows color (decimal): -10009200 or 9454951. OLE color: 9454951.

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

Color convert

RGB 103 69 144 -
CMYK 0.28 0.52 0 0.44
HSL 267.2º 0.35% 0.42% -
HSV(B) 267.2º 0.52% 0.56% -
XYZ 12.76 9.15 27.48 -
YUV 87.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 103 69 144 0.28 0.52 0 0.44 267.2 0.35 0.42
Hex 67 45 90 1C 34 0 2C 10B 23 2A
Octal 147 105 220 34 64 0 54 413 43 52
Binary 1100111 1000101 10010000 11100 110100 0 101100 100001011 100011 101010

Color Harmonies of #674590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674590

Black with #674590

Text Example


Text Example

White with #674590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674590; }

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

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

background-color css

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

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

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

border-color css

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

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

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