#64348E

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

Shades of Kingfisher Daisy #64348E

Tints of Kingfisher Daisy #64348E

Color information

#64348E (or 0x64348E) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 34 and 8E. RGB value is (100,52,142). Sum of RGB (Red+Green+Blue) = 100+52+142=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #64348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64348E is #9BCB71. Grayscale: #4C4C4C. Windows color (decimal): -10210162 or 9319524. OLE color: 9319524.

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

Color convert

RGB10052142-
CMYK0.300.6300.44
HSL272º46.39%38.04%-
HSV(B)272º63.38%55.69%-
XYZ11.377.1226.37-
YUV76.61164.9144.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=34.01%
G=17.69%
B=48.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100521420.300.6300.4427246.3938.04
Hex64348E1E3F02C1102e26
Octal1446421636770544205646
Binary110010011010010001110111101111110101100100010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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