#642683

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

Shades of Kingfisher Daisy #642683

Tints of Kingfisher Daisy #642683

Color information

#642683 (or 0x642683) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 26 and 83. RGB value is (100,38,131). Sum of RGB (Red+Green+Blue) = 100+38+131=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #642683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642683 is #9BD97C. Grayscale: #424242. Windows color (decimal): -10213757 or 8595044. OLE color: 8595044.

HSL color Cylindrical-coordinate representation of color #642683: hue angle of 280º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642683 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10038131-
CMYK0.240.7100.49
HSL280º55.03%33.14%-
HSV(B)280º70.99%51.37%-
XYZ10.055.7322.05-
YUV67.14164.04151.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=37.17%
G=14.13%
B=48.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100381310.240.7100.4928055.0333.14
Hex64268318470311183721
Octal14446203301070614306741
Binary1100100100110100000111100010001110110001100011000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642683; }

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

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

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

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

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

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

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

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