#623282

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

Shades of Kingfisher Daisy #623282

Tints of Kingfisher Daisy #623282

Color information

#623282 (or 0x623282) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 32 and 82. RGB value is (98,50,130). Sum of RGB (Red+Green+Blue) = 98+50+130=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #623282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623282 is #9DCD7D. Grayscale: #494949. Windows color (decimal): -10341758 or 8532578. OLE color: 8532578.

HSL color Cylindrical-coordinate representation of color #623282: hue angle of 276º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #623282 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9850130-
CMYK0.250.6200.49
HSL276º44.44%35.29%-
HSV(B)276º61.54%50.98%-
XYZ10.216.4921.83-
YUV73.47159.9145.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=35.25%
G=17.99%
B=46.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98501300.250.6200.4927644.4435.29
Hex623282193E0311142c23
Octal1426220231760614245443
Binary110001011001010000010110011111100110001100010100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623282; }

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

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

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

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

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

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

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

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