#672B8F

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

Shades of Kingfisher Daisy #672B8F

Tints of Kingfisher Daisy #672B8F

Color information

#672B8F (or 0x672B8F) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 2B and 8F. RGB value is (103,43,143). Sum of RGB (Red+Green+Blue) = 103+43+143=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #672B8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672B8F is #98D470. Grayscale: #484848. Windows color (decimal): -10015857 or 9382759. OLE color: 9382759.

HSL color Cylindrical-coordinate representation of color #672B8F: hue angle of 276º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672B8F is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10343143-
CMYK0.280.7000.44
HSL276º53.76%36.47%-
HSV(B)276º69.93%56.08%-
XYZ11.426.5926.66-
YUV72.34167.88149.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=35.64%
G=14.88%
B=49.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103431430.280.7000.4427653.7636.47
Hex672B8F1C4602C1143624
Octal14753217341060544246644
Binary1100111101011100011111110010001100101100100010100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672B8F; }

 p { color: rgb(103,43,143); }

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

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

 a { background-color: rgb(103,43,143); }

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

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

 span { border-color: rgb(103,43,143); }

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