#614283

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

Shades of Kingfisher Daisy #614283

Tints of Kingfisher Daisy #614283

Color information

#614283 (or 0x614283) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 42 and 83. RGB value is (97,66,131). Sum of RGB (Red+Green+Blue) = 97+66+131=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #614283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614283 is #9EBD7C. Grayscale: #525252. Windows color (decimal): -10403197 or 8602209. OLE color: 8602209.

HSL color Cylindrical-coordinate representation of color #614283: hue angle of 268.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #614283 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9766131-
CMYK0.260.5000.49
HSL268.62º32.99%38.63%-
HSV(B)268.62º49.62%51.37%-
XYZ10.978.0822.45-
YUV82.68155.27138.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=32.99%
G=22.45%
B=44.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97661310.260.5000.49268.6232.9938.63
Hex6142831A3203110d2127
Octal14110220332620614154147
Binary1100001100001010000011110101100100110001100001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614283; }

 p { color: rgb(97,66,131); }

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

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

 a { background-color: rgb(97,66,131); }

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

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

 span { border-color: rgb(97,66,131); }

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