#642488

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

Shades of Kingfisher Daisy #642488

Tints of Kingfisher Daisy #642488

Color information

#642488 (or 0x642488) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 24 and 88. RGB value is (100,36,136). Sum of RGB (Red+Green+Blue) = 100+36+136=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #642488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642488 is #9BDB77. Grayscale: #424242. Windows color (decimal): -10214264 or 8922212. OLE color: 8922212.

HSL color Cylindrical-coordinate representation of color #642488: hue angle of 278.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642488 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10036136-
CMYK0.260.7400.47
HSL278.4º58.14%33.73%-
HSV(B)278.4º73.53%53.33%-
XYZ10.335.7523.86-
YUV66.54167.2151.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 136 (53.52% from 255) = 50%
R=36.76%
G=13.24%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100361360.260.7400.47278.458.1433.73
Hex6424881A4A02F1163a22
Octal14444210321120574267242
Binary1100100100100100010001101010010100101111100010110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642488; }

 p { color: rgb(100,36,136); }

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

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

 a { background-color: rgb(100,36,136); }

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

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

 span { border-color: rgb(100,36,136); }

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