Html Css Color HEX #603B80 Kingfisher Daisy

📋 copy color: '#603B80'

red 96 ◦ green 59 ◦ blue 128

#603B80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #603B80

Tints of Kingfisher Daisy #603B80

RGB

 RED value IS 96 (37.89% from 255) = 33.92%

 GREEN value IS 59 (23.44% from 255) = 20.85%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 33.92%
G = 20.85%
B = 45.23%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#603B80 (or 0x603B80) is known color: Kingfisher Daisy. HEX triplet: 60, 3B and 80. RGB value is (96,59,128). Sum of RGB (Red+Green+Blue) = 96+59+128=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #603B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603B80 is #9FC47F. Grayscale: #4D4D4D. Windows color (decimal): -10470528 or 8403808. OLE color: 8403808.

HSL color Cylindrical-coordinate representation of color #603B80: hue angle of 272.17º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603B80 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 59 128 -
CMYK 0.25 0.54 0 0.50
HSL 272.17º 0.37% 0.37% -
HSV(B) 272.17º 0.54% 0.5% -
XYZ 10.28 7.17 21.26 -
YUV 77.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 96 59 128 0.25 0.54 0 0.50 272.17 0.37 0.37
Hex 60 3B 80 19 36 0 32 110 25 25
Octal 140 73 200 31 66 0 62 420 45 45
Binary 1100000 111011 10000000 11001 110110 0 110010 100010000 100101 100101

Color Harmonies of #603B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B80

Black with #603B80

Text Example


Text Example

White with #603B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,128); }

 H1.HeaderClassName
 {
   color: #603B80;
 }
 .AnyTagClassName
 {
   color: #603B80;
 }
</style>

background-color css

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

 a { background-color: rgb(96,59,128); }

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

border-color css

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

 span { border-color: rgb(96,59,128); }

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