#673480

Color #673480 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #673480

Tints of Kingfisher Daisy #673480

Color information

#673480 (or 0x673480) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 34 and 80. RGB value is (103,52,128). Sum of RGB (Red+Green+Blue) = 103+52+128=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #673480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673480 is #98CB7F. Grayscale: #4B4B4B. Windows color (decimal): -10013568 or 8402023. OLE color: 8402023.

HSL color Cylindrical-coordinate representation of color #673480: hue angle of 280.26º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #673480 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10352128-
CMYK0.200.5900.50
HSL280.26º42.22%35.29%-
HSV(B)280.26º59.38%50.2%-
XYZ10.726.921.19-
YUV75.91157.4147.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=36.40%
G=18.37%
B=45.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103521280.200.5900.50280.2642.2235.29
Hex673480143B0321182a23
Octal1476420024730624305243
Binary110011111010010000000101001110110110010100011000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673480; }

 p { color: rgb(103,52,128); }

 H1.HeaderClassName
 {
   color: #673480;
 }
 .AnyTagClassName
 {
   color: #673480;
 }
</style>
background-color css

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

 a { background-color: rgb(103,52,128); }

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

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

 span { border-color: rgb(103,52,128); }

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