Html Css Color HEX #674288 Daisy Bush

📋 copy color: '#674288'

red 103 ◦ green 66 ◦ blue 136

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

Shades of Daisy Bush #674288

Tints of Daisy Bush #674288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 33.77%
G = 21.64%
B = 44.59%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#674288 (or 0x674288) is known color: Daisy Bush. HEX triplet: 67, 42 and 88. RGB value is (103,66,136). Sum of RGB (Red+Green+Blue) = 103+66+136=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #674288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674288 is #98BD77. Grayscale: #545454. Windows color (decimal): -10009976 or 8929895. OLE color: 8929895.

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

Color convert

RGB 103 66 136 -
CMYK 0.24 0.51 0 0.47
HSL 271.71º 0.35% 0.4% -
HSV(B) 271.71º 0.51% 0.53% -
XYZ 11.99 8.56 24.31 -
YUV 85.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 103 66 136 0.24 0.51 0 0.47 271.71 0.35 0.4
Hex 67 42 88 18 33 0 2F 110 23 28
Octal 147 102 210 30 63 0 57 420 43 50
Binary 1100111 1000010 10001000 11000 110011 0 101111 100010000 100011 101000

Color Harmonies of #674288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674288

Black with #674288

Text Example


Text Example

White with #674288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674288; }

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

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

background-color css

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

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

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

border-color css

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

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

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