#672285

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

Shades of Kingfisher Daisy #672285

Tints of Kingfisher Daisy #672285

Color information

#672285 (or 0x672285) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 22 and 85. RGB value is (103,34,133). Sum of RGB (Red+Green+Blue) = 103+34+133=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #672285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672285 is #98DD7A. Grayscale: #414141. Windows color (decimal): -10018171 or 8725095. OLE color: 8725095.

HSL color Cylindrical-coordinate representation of color #672285: hue angle of 281.82º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672285 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10334133-
CMYK0.230.7400.48
HSL281.82º59.28%32.75%-
HSV(B)281.82º74.44%52.16%-
XYZ10.45.7222.75-
YUV65.92165.86154.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=38.15%
G=12.59%
B=49.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103341330.230.7400.48281.8259.2832.75
Hex672285174A03011a3b21
Octal14742205271120604327341
Binary1100111100010100001011011110010100110000100011010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672285; }

 p { color: rgb(103,34,133); }

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

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

 a { background-color: rgb(103,34,133); }

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

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

 span { border-color: rgb(103,34,133); }

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