#64258E

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

Shades of Kingfisher Daisy #64258E

Tints of Kingfisher Daisy #64258E

Color information

#64258E (or 0x64258E) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 25 and 8E. RGB value is (100,37,142). Sum of RGB (Red+Green+Blue) = 100+37+142=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #64258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64258E is #9BDA71. Grayscale: #434343. Windows color (decimal): -10214002 or 9315684. OLE color: 9315684.

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

Color convert

RGB10037142-
CMYK0.300.7400.44
HSL276º58.66%35.1%-
HSV(B)276º73.94%55.69%-
XYZ10.85.9926.18-
YUV67.81169.87150.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=35.84%
G=13.26%
B=50.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100371420.300.7400.4427658.6635.1
Hex64258E1E4A02C1143b23
Octal14445216361120544247343
Binary1100100100101100011101111010010100101100100010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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