#642690

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

Shades of Kingfisher Daisy #642690

Tints of Kingfisher Daisy #642690

Color information

#642690 (or 0x642690) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 26 and 90. RGB value is (100,38,144). Sum of RGB (Red+Green+Blue) = 100+38+144=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #642690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642690 is #9BD96F. Grayscale: #444444. Windows color (decimal): -10213744 or 9447012. OLE color: 9447012.

HSL color Cylindrical-coordinate representation of color #642690: hue angle of 275.09º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642690 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10038144-
CMYK0.310.7400.44
HSL275.09º58.24%35.69%-
HSV(B)275.09º73.61%56.47%-
XYZ10.986.1126.99-
YUV68.62170.54150.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=35.46%
G=13.48%
B=51.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100381440.310.7400.44275.0958.2435.69
Hex6426901F4A02C1133a24
Octal14446220371120544237244
Binary1100100100110100100001111110010100101100100010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642690; }

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

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

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

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

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

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

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

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