#642187

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

Shades of Kingfisher Daisy #642187

Tints of Kingfisher Daisy #642187

Color information

#642187 (or 0x642187) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 21 and 87. RGB value is (100,33,135). Sum of RGB (Red+Green+Blue) = 100+33+135=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #642187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642187 is #9BDE78. Grayscale: #404040. Windows color (decimal): -10215033 or 8855908. OLE color: 8855908.

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

Color convert

RGB10033135-
CMYK0.260.7600.47
HSL279.41º60.71%32.94%-
HSV(B)279.41º75.56%52.94%-
XYZ10.175.5523.46-
YUV64.66167.7153.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 135 (53.12% from 255) = 50.37%
R=37.31%
G=12.31%
B=50.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100331350.260.7600.47279.4160.7132.94
Hex6421871A4C02F1173d21
Octal14441207321140574277541
Binary1100100100001100001111101010011000101111100010111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642187; }

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

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

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

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

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

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

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

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