#672E8C

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

Shades of Kingfisher Daisy #672E8C

Tints of Kingfisher Daisy #672E8C

Color information

#672E8C (or 0x672E8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 2E and 8C. RGB value is (103,46,140). Sum of RGB (Red+Green+Blue) = 103+46+140=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #672E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672E8C is #98D173. Grayscale: #494949. Windows color (decimal): -10015092 or 9186919. OLE color: 9186919.

HSL color Cylindrical-coordinate representation of color #672E8C: hue angle of 276.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672E8C is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10346140-
CMYK0.260.6700.45
HSL276.38º50.54%36.47%-
HSV(B)276.38º67.14%54.9%-
XYZ11.36.7325.51-
YUV73.76165.38148.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=35.64%
G=15.92%
B=48.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103461400.260.6700.45276.3850.5436.47
Hex672E8C1A4302D1143324
Octal14756214321030554246344
Binary1100111101110100011001101010000110101101100010100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,46,140); }

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

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

 a { background-color: rgb(103,46,140); }

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

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

 span { border-color: rgb(103,46,140); }

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