#623280

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

Shades of Kingfisher Daisy #623280

Tints of Kingfisher Daisy #623280

Color information

#623280 (or 0x623280) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 32 and 80. RGB value is (98,50,128). Sum of RGB (Red+Green+Blue) = 98+50+128=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #623280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623280 is #9DCD7F. Grayscale: #484848. Windows color (decimal): -10341760 or 8401506. OLE color: 8401506.

HSL color Cylindrical-coordinate representation of color #623280: hue angle of 276.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #623280 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9850128-
CMYK0.230.6100.50
HSL276.92º43.82%34.9%-
HSV(B)276.92º60.94%50.2%-
XYZ10.076.4421.13-
YUV73.24158.9145.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=35.51%
G=18.12%
B=46.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98501280.230.6100.50276.9243.8234.9
Hex623280173D0321152c23
Octal1426220027750624255443
Binary110001011001010000000101111111010110010100010101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623280; }

 p { color: rgb(98,50,128); }

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

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

 a { background-color: rgb(98,50,128); }

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

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

 span { border-color: rgb(98,50,128); }

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