#642283

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

Shades of Kingfisher Daisy #642283

Tints of Kingfisher Daisy #642283

Color information

#642283 (or 0x642283) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 22 and 83. RGB value is (100,34,131). Sum of RGB (Red+Green+Blue) = 100+34+131=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #642283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642283 is #9BDD7C. Grayscale: #404040. Windows color (decimal): -10214781 or 8594020. OLE color: 8594020.

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

Color convert

RGB10034131-
CMYK0.240.7400.49
HSL280.82º58.79%32.35%-
HSV(B)280.82º74.05%51.37%-
XYZ9.925.4922.01-
YUV64.79165.37153.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 131 (51.56% from 255) = 49.43%
R=37.74%
G=12.83%
B=49.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100341310.240.7400.49280.8258.7932.35
Hex642283184A0311193b20
Octal14442203301120614317340
Binary1100100100010100000111100010010100110001100011001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642283; }

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

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

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

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

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

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

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

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