#674082

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

Shades of Kingfisher Daisy #674082

Tints of Kingfisher Daisy #674082

Color information

#674082 (or 0x674082) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 40 and 82. RGB value is (103,64,130). Sum of RGB (Red+Green+Blue) = 103+64+130=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #674082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674082 is #98BF7D. Grayscale: #525252. Windows color (decimal): -10010494 or 8536167. OLE color: 8536167.

HSL color Cylindrical-coordinate representation of color #674082: hue angle of 275.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674082 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10364130-
CMYK0.210.5100.49
HSL275.45º34.02%38.04%-
HSV(B)275.45º50.77%50.98%-
XYZ11.468.1622.09-
YUV83.18154.42142.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=34.68%
G=21.55%
B=43.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103641300.210.5100.49275.4534.0238.04
Hex67408215330311132226
Octal14710020225630614234246
Binary1100111100000010000010101011100110110001100010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674082; }

 p { color: rgb(103,64,130); }

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

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

 a { background-color: rgb(103,64,130); }

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

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

 span { border-color: rgb(103,64,130); }

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