#642288

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

Shades of Kingfisher Daisy #642288

Tints of Kingfisher Daisy #642288

Color information

#642288 (or 0x642288) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 22 and 88. RGB value is (100,34,136). Sum of RGB (Red+Green+Blue) = 100+34+136=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #642288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642288 is #9BDD77. Grayscale: #414141. Windows color (decimal): -10214776 or 8921700. OLE color: 8921700.

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

Color convert

RGB10034136-
CMYK0.260.7500.47
HSL278.82º60%33.33%-
HSV(B)278.82º75%53.33%-
XYZ10.275.6323.84-
YUV65.36167.87152.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 136 (53.52% from 255) = 50.37%
R=37.04%
G=12.59%
B=50.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100341360.260.7500.47278.826033.33
Hex6422881A4B02F1173c21
Octal14442210321130574277441
Binary1100100100010100010001101010010110101111100010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642288; }

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

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

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

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

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

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

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

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