Html Css Color HEX #674688 Daisy Bush

📋 copy color: '#674688'

red 103 ◦ green 70 ◦ blue 136

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

Shades of Daisy Bush #674688

Tints of Daisy Bush #674688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 33.33%
G = 22.65%
B = 44.01%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#674688 (or 0x674688) is known color: Daisy Bush. HEX triplet: 67, 46 and 88. RGB value is (103,70,136). Sum of RGB (Red+Green+Blue) = 103+70+136=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #674688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674688 is #98B977. Grayscale: #575757. Windows color (decimal): -10008952 or 8930919. OLE color: 8930919.

HSL color Cylindrical-coordinate representation of color #674688: hue angle of 270º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674688 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 70 136 -
CMYK 0.24 0.49 0 0.47
HSL 270º 0.32% 0.4% -
HSV(B) 270º 0.49% 0.53% -
XYZ 12.23 9.04 24.39 -
YUV 87.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 103 70 136 0.24 0.49 0 0.47 270 0.32 0.4
Hex 67 46 88 18 31 0 2F 10E 20 28
Octal 147 106 210 30 61 0 57 416 40 50
Binary 1100111 1000110 10001000 11000 110001 0 101111 100001110 100000 101000

Color Harmonies of #674688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674688

Black with #674688

Text Example


Text Example

White with #674688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674688; }

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

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

background-color css

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

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

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

border-color css

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

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

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