#603D84

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

Shades of Kingfisher Daisy #603D84

Tints of Kingfisher Daisy #603D84

Color information

#603D84 (or 0x603D84) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 3D and 84. RGB value is (96,61,132). Sum of RGB (Red+Green+Blue) = 96+61+132=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #603D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D84 is #9FC27B. Grayscale: #4F4F4F. Windows color (decimal): -10470012 or 8666464. OLE color: 8666464.

HSL color Cylindrical-coordinate representation of color #603D84: hue angle of 269.58º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603D84 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9661132-
CMYK0.270.5400.48
HSL269.58º36.79%37.84%-
HSV(B)269.58º53.79%51.76%-
XYZ10.667.4922.71-
YUV79.56157.6139.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=33.22%
G=21.11%
B=45.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96611320.270.5400.48269.5836.7937.84
Hex603D841B3603010e2526
Octal1407520433660604164546
Binary110000011110110000100110111101100110000100001110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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