#622596

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

Shades of Kingfisher Daisy #622596

Tints of Kingfisher Daisy #622596

Color information

#622596 (or 0x622596) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 25 and 96. RGB value is (98,37,150). Sum of RGB (Red+Green+Blue) = 98+37+150=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #622596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622596 is #9DDA69. Grayscale: #434343. Windows color (decimal): -10345066 or 9839970. OLE color: 9839970.

HSL color Cylindrical-coordinate representation of color #622596: hue angle of 272.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622596 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9837150-
CMYK0.350.7500.41
HSL272.39º60.43%36.67%-
HSV(B)272.39º75.33%58.82%-
XYZ11.26.1229.45-
YUV68.12174.21149.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=34.39%
G=12.98%
B=52.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98371500.350.7500.41272.3960.4336.67
Hex622596234B0291103c25
Octal14245226431130514207445
Binary11000101001011001011010001110010110101001100010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622596; }

 p { color: rgb(98,37,150); }

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

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

 a { background-color: rgb(98,37,150); }

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

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

 span { border-color: rgb(98,37,150); }

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