#623285

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

Shades of Kingfisher Daisy #623285

Tints of Kingfisher Daisy #623285

Color information

#623285 (or 0x623285) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 32 and 85. RGB value is (98,50,133). Sum of RGB (Red+Green+Blue) = 98+50+133=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #623285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623285 is #9DCD7A. Grayscale: #494949. Windows color (decimal): -10341755 or 8729186. OLE color: 8729186.

HSL color Cylindrical-coordinate representation of color #623285: hue angle of 274.7º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #623285 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9850133-
CMYK0.260.6200.48
HSL274.7º45.36%35.88%-
HSV(B)274.7º62.41%52.16%-
XYZ10.416.5722.91-
YUV73.81161.4145.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=34.88%
G=17.79%
B=47.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98501330.260.6200.48274.745.3635.88
Hex6232851A3E0301132d24
Octal1426220532760604235544
Binary110001011001010000101110101111100110000100010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623285; }

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

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

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

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

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

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

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

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