#642685

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

Shades of Kingfisher Daisy #642685

Tints of Kingfisher Daisy #642685

Color information

#642685 (or 0x642685) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 26 and 85. RGB value is (100,38,133). Sum of RGB (Red+Green+Blue) = 100+38+133=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #642685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642685 is #9BD97A. Grayscale: #434343. Windows color (decimal): -10213755 or 8726116. OLE color: 8726116.

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

Color convert

RGB10038133-
CMYK0.250.7100.48
HSL279.16º55.56%33.53%-
HSV(B)279.16º71.43%52.16%-
XYZ10.185.7922.77-
YUV67.37165.04151.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=36.90%
G=14.02%
B=49.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100381330.250.7100.48279.1655.5633.53
Hex64268519470301173822
Octal14446205311070604277042
Binary1100100100110100001011100110001110110000100010111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642685; }

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

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

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

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

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

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

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

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