#611C98

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

Shades of Kingfisher Daisy #611C98

Tints of Kingfisher Daisy #611C98

Color information

#611C98 (or 0x611C98) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 1C and 98. RGB value is (97,28,152). Sum of RGB (Red+Green+Blue) = 97+28+152=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #611C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611C98 is #9EE367. Grayscale: #3E3E3E. Windows color (decimal): -10412904 or 9968737. OLE color: 9968737.

HSL color Cylindrical-coordinate representation of color #611C98: hue angle of 273.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611C98 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9728152-
CMYK0.360.8200.40
HSL273.39º68.89%35.29%-
HSV(B)273.39º81.58%59.61%-
XYZ11.015.6430.21-
YUV62.77178.36152.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 152 (59.77% from 255) = 54.87%
R=35.02%
G=10.11%
B=54.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97281520.360.8200.40273.3968.8935.29
Hex611C9824520281114523
Octal141342304412205042110543
Binary11000011110010011000100100101001001010001000100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C98; }

 p { color: rgb(97,28,152); }

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

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

 a { background-color: rgb(97,28,152); }

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

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

 span { border-color: rgb(97,28,152); }

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