#613885

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

Shades of Kingfisher Daisy #613885

Tints of Kingfisher Daisy #613885

Color information

#613885 (or 0x613885) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 38 and 85. RGB value is (97,56,133). Sum of RGB (Red+Green+Blue) = 97+56+133=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #613885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613885 is #9EC77A. Grayscale: #4C4C4C. Windows color (decimal): -10405755 or 8730721. OLE color: 8730721.

HSL color Cylindrical-coordinate representation of color #613885: hue angle of 271.95º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613885 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9756133-
CMYK0.270.5800.48
HSL271.95º40.74%37.06%-
HSV(B)271.95º57.89%52.16%-
XYZ10.587.0623-
YUV77.04159.58142.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=33.92%
G=19.58%
B=46.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97561330.270.5800.48271.9540.7437.06
Hex6138851B3A0301102925
Octal1417020533720604205145
Binary110000111100010000101110111110100110000100010000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613885; }

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

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

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

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

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

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

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

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