#612E83

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

Shades of Kingfisher Daisy #612E83

Tints of Kingfisher Daisy #612E83

Color information

#612E83 (or 0x612E83) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2E and 83. RGB value is (97,46,131). Sum of RGB (Red+Green+Blue) = 97+46+131=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #612E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612E83 is #9ED17C. Grayscale: #464646. Windows color (decimal): -10408317 or 8597089. OLE color: 8597089.

HSL color Cylindrical-coordinate representation of color #612E83: hue angle of 276º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612E83 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9746131-
CMYK0.260.6500.49
HSL276º48.02%34.71%-
HSV(B)276º64.89%51.37%-
XYZ106.1322.13-
YUV70.94161.9146.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=35.40%
G=16.79%
B=47.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97461310.260.6500.4927648.0234.71
Hex612E831A410311143023
Octal14156203321010614246043
Binary1100001101110100000111101010000010110001100010100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E83; }

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

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

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

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

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

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

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

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