#64228E

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

Shades of Kingfisher Daisy #64228E

Tints of Kingfisher Daisy #64228E

Color information

#64228E (or 0x64228E) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 22 and 8E. RGB value is (100,34,142). Sum of RGB (Red+Green+Blue) = 100+34+142=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #64228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64228E is #9BDD71. Grayscale: #414141. Windows color (decimal): -10214770 or 9314916. OLE color: 9314916.

HSL color Cylindrical-coordinate representation of color #64228E: hue angle of 276.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64228E is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10034142-
CMYK0.300.7600.44
HSL276.67º61.36%34.51%-
HSV(B)276.67º76.06%55.69%-
XYZ10.715.8126.15-
YUV66.05170.87152.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=36.23%
G=12.32%
B=51.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100341420.300.7600.44276.6761.3634.51
Hex64228E1E4C02C1153d23
Octal14442216361140544257543
Binary1100100100010100011101111010011000101100100010101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64228E; }

 p { color: rgb(100,34,142); }

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

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

 a { background-color: rgb(100,34,142); }

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

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

 span { border-color: rgb(100,34,142); }

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