#614380

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

Shades of Kingfisher Daisy #614380

Tints of Kingfisher Daisy #614380

Color information

#614380 (or 0x614380) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 43 and 80. RGB value is (97,67,128). Sum of RGB (Red+Green+Blue) = 97+67+128=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #614380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614380 is #9EBC7F. Grayscale: #525252. Windows color (decimal): -10402944 or 8405857. OLE color: 8405857.

HSL color Cylindrical-coordinate representation of color #614380: hue angle of 269.51º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #614380 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9767128-
CMYK0.240.4800.50
HSL269.51º31.28%38.24%-
HSV(B)269.51º47.66%50.2%-
XYZ10.838.1121.42-
YUV82.92153.44138.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=33.22%
G=22.95%
B=43.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97671280.240.4800.50269.5131.2838.24
Hex614380183003210e1f26
Octal14110320030600624163746
Binary110000110000111000000011000110000011001010000111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614380; }

 p { color: rgb(97,67,128); }

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

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

 a { background-color: rgb(97,67,128); }

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

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

 span { border-color: rgb(97,67,128); }

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