#642885

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

Shades of Kingfisher Daisy #642885

Tints of Kingfisher Daisy #642885

Color information

#642885 (or 0x642885) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 28 and 85. RGB value is (100,40,133). Sum of RGB (Red+Green+Blue) = 100+40+133=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #642885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642885 is #9BD77A. Grayscale: #444444. Windows color (decimal): -10213243 or 8726628. OLE color: 8726628.

HSL color Cylindrical-coordinate representation of color #642885: hue angle of 278.71º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642885 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10040133-
CMYK0.250.7000.48
HSL278.71º53.76%33.92%-
HSV(B)278.71º69.92%52.16%-
XYZ10.255.9222.79-
YUV68.54164.38150.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=36.63%
G=14.65%
B=48.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100401330.250.7000.48278.7153.7633.92
Hex64288519460301173622
Octal14450205311060604276642
Binary1100100101000100001011100110001100110000100010111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642885; }

 p { color: rgb(100,40,133); }

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

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

 a { background-color: rgb(100,40,133); }

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

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

 span { border-color: rgb(100,40,133); }

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