Html Css Color HEX #674888 Daisy Bush

📋 copy color: '#674888'

red 103 ◦ green 72 ◦ blue 136

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

Shades of Daisy Bush #674888

Tints of Daisy Bush #674888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 33.12%
G = 23.15%
B = 43.73%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#674888 (or 0x674888) is known color: Daisy Bush. HEX triplet: 67, 48 and 88. RGB value is (103,72,136). Sum of RGB (Red+Green+Blue) = 103+72+136=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #674888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674888 is #98B777. Grayscale: #585858. Windows color (decimal): -10008440 or 8931431. OLE color: 8931431.

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

Color convert

RGB 103 72 136 -
CMYK 0.24 0.47 0 0.47
HSL 269.06º 0.31% 0.41% -
HSV(B) 269.06º 0.47% 0.53% -
XYZ 12.35 9.3 24.44 -
YUV 88.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 103 72 136 0.24 0.47 0 0.47 269.06 0.31 0.41
Hex 67 48 88 18 2F 0 2F 10D 1F 29
Octal 147 110 210 30 57 0 57 415 37 51
Binary 1100111 1001000 10001000 11000 101111 0 101111 100001101 11111 101001

Color Harmonies of #674888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674888

Black with #674888

Text Example


Text Example

White with #674888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674888; }

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

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

background-color css

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

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

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

border-color css

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

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

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