#614082

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

Shades of Kingfisher Daisy #614082

Tints of Kingfisher Daisy #614082

Color information

#614082 (or 0x614082) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 40 and 82. RGB value is (97,64,130). Sum of RGB (Red+Green+Blue) = 97+64+130=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #614082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614082 is #9EBF7D. Grayscale: #515151. Windows color (decimal): -10403710 or 8536161. OLE color: 8536161.

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

Color convert

RGB9764130-
CMYK0.250.5100.49
HSL270º34.02%38.04%-
HSV(B)270º50.77%50.98%-
XYZ10.797.8222.06-
YUV81.39155.43139.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=33.33%
G=21.99%
B=44.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97641300.250.5100.4927034.0238.04
Hex614082193303110e2226
Octal14110020231630614164246
Binary1100001100000010000010110011100110110001100001110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614082; }

 p { color: rgb(97,64,130); }

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

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

 a { background-color: rgb(97,64,130); }

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

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

 span { border-color: rgb(97,64,130); }

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