#642994

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

Shades of Kingfisher Daisy #642994

Tints of Kingfisher Daisy #642994

Color information

#642994 (or 0x642994) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 29 and 94. RGB value is (100,41,148). Sum of RGB (Red+Green+Blue) = 100+41+148=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #642994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642994 is #9BD66B. Grayscale: #464646. Windows color (decimal): -10212972 or 9709924. OLE color: 9709924.

HSL color Cylindrical-coordinate representation of color #642994: hue angle of 273.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642994 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10041148-
CMYK0.320.7200.42
HSL273.08º56.61%37.06%-
HSV(B)273.08º72.3%58.04%-
XYZ11.396.4328.66-
YUV70.84171.55148.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=34.60%
G=14.19%
B=51.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100411480.320.7200.42273.0856.6137.06
Hex642994204802A1113925
Octal14451224401100524217145
Binary11001001010011001010010000010010000101010100010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642994; }

 p { color: rgb(100,41,148); }

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

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

 a { background-color: rgb(100,41,148); }

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

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

 span { border-color: rgb(100,41,148); }

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