#642193

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

Shades of Kingfisher Daisy #642193

Tints of Kingfisher Daisy #642193

Color information

#642193 (or 0x642193) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 21 and 93. RGB value is (100,33,147). Sum of RGB (Red+Green+Blue) = 100+33+147=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #642193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642193 is #9BDE6C. Grayscale: #414141. Windows color (decimal): -10215021 or 9642340. OLE color: 9642340.

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

Color convert

RGB10033147-
CMYK0.320.7800.42
HSL275.26º63.33%35.29%-
HSV(B)275.26º77.55%57.65%-
XYZ11.075.928.16-
YUV66.03173.7152.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=35.71%
G=11.79%
B=52.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100331470.320.7800.42275.2663.3335.29
Hex642193204E02A1133f23
Octal14441223401160524237743
Binary11001001000011001001110000010011100101010100010011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642193; }

 p { color: rgb(100,33,147); }

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

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

 a { background-color: rgb(100,33,147); }

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

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

 span { border-color: rgb(100,33,147); }

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