#603F81

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

Shades of Kingfisher Daisy #603F81

Tints of Kingfisher Daisy #603F81

Color information

#603F81 (or 0x603F81) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 3F and 81. RGB value is (96,63,129). Sum of RGB (Red+Green+Blue) = 96+63+129=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #603F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F81 is #9FC07E. Grayscale: #505050. Windows color (decimal): -10469503 or 8470368. OLE color: 8470368.

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

Color convert

RGB9663129-
CMYK0.260.5100.49
HSL270º34.38%37.65%-
HSV(B)270º51.16%50.59%-
XYZ10.567.6321.68-
YUV80.39155.43139.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=33.33%
G=21.88%
B=44.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96631290.260.5100.4927034.3837.65
Hex603F811A3303110e2226
Octal1407720132630614164246
Binary110000011111110000001110101100110110001100001110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,63,129); }

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

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

 a { background-color: rgb(96,63,129); }

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

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

 span { border-color: rgb(96,63,129); }

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