#603D7C

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

Shades of Kingfisher Daisy #603D7C

Tints of Kingfisher Daisy #603D7C

Color information

#603D7C (or 0x603D7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 3D and 7C. RGB value is (96,61,124). Sum of RGB (Red+Green+Blue) = 96+61+124=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #603D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D7C is #9FC283. Grayscale: #4E4E4E. Windows color (decimal): -10470020 or 8142176. OLE color: 8142176.

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

Color convert

RGB9661124-
CMYK0.230.5100.51
HSL273.33º34.05%36.27%-
HSV(B)273.33º50.81%48.63%-
XYZ10.137.2819.94-
YUV78.65153.6140.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=34.16%
G=21.71%
B=44.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96611240.230.5100.51273.3334.0536.27
Hex603D7C17330331112224
Octal1407517427630634214244
Binary11000001111011111100101111100110110011100010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D7C; }

 p { color: rgb(96,61,124); }

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

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

 a { background-color: rgb(96,61,124); }

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

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

 span { border-color: rgb(96,61,124); }

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