#613285

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

Shades of Kingfisher Daisy #613285

Tints of Kingfisher Daisy #613285

Color information

#613285 (or 0x613285) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 32 and 85. RGB value is (97,50,133). Sum of RGB (Red+Green+Blue) = 97+50+133=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #613285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613285 is #9ECD7A. Grayscale: #494949. Windows color (decimal): -10407291 or 8729185. OLE color: 8729185.

HSL color Cylindrical-coordinate representation of color #613285: hue angle of 273.98º 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 #613285 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9750133-
CMYK0.270.6200.48
HSL273.98º45.36%35.88%-
HSV(B)273.98º62.41%52.16%-
XYZ10.36.5222.9-
YUV73.52161.57144.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=34.64%
G=17.86%
B=47.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97501330.270.6200.48273.9845.3635.88
Hex6132851B3E0301122d24
Octal1416220533760604225544
Binary110000111001010000101110111111100110000100010010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613285; }

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

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

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

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

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

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

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

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