#602E88

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

Shades of Kingfisher Daisy #602E88

Tints of Kingfisher Daisy #602E88

Color information

#602E88 (or 0x602E88) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2E and 88. RGB value is (96,46,136). Sum of RGB (Red+Green+Blue) = 96+46+136=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #602E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602E88 is #9FD177. Grayscale: #464646. Windows color (decimal): -10473848 or 8924768. OLE color: 8924768.

HSL color Cylindrical-coordinate representation of color #602E88: hue angle of 273.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602E88 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9646136-
CMYK0.290.6600.47
HSL273.33º49.45%35.69%-
HSV(B)273.33º66.18%53.33%-
XYZ10.246.2223.95-
YUV71.21164.56145.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=34.53%
G=16.55%
B=48.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96461360.290.6600.47273.3349.4535.69
Hex602E881D4202F1113124
Octal14056210351020574216144
Binary1100000101110100010001110110000100101111100010001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E88; }

 p { color: rgb(96,46,136); }

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

<style>
 a { background-color: #602E88; }

 a { background-color: rgb(96,46,136); }

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

<style>
 span { border-color: #602E88; }

 span { border-color: rgb(96,46,136); }

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