#642190

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

Shades of Kingfisher Daisy #642190

Tints of Kingfisher Daisy #642190

Color information

#642190 (or 0x642190) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 21 and 90. RGB value is (100,33,144). Sum of RGB (Red+Green+Blue) = 100+33+144=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #642190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642190 is #9BDE6F. Grayscale: #414141. Windows color (decimal): -10215024 or 9445732. OLE color: 9445732.

HSL color Cylindrical-coordinate representation of color #642190: hue angle of 276.22º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642190 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10033144-
CMYK0.310.7700.44
HSL276.22º62.71%34.71%-
HSV(B)276.22º77.08%56.47%-
XYZ10.835.8126.94-
YUV65.69172.2152.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=36.10%
G=11.91%
B=51.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100331440.310.7700.44276.2262.7134.71
Hex6421901F4D02C1143f23
Octal14441220371150544247743
Binary1100100100001100100001111110011010101100100010100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642190; }

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

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

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

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

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

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

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

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