Html Css Color HEX #603C84 Kingfisher Daisy

📋 copy color: '#603C84'

red 96 ◦ green 60 ◦ blue 132

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

Shades of Kingfisher Daisy #603C84

Tints of Kingfisher Daisy #603C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 33.33%
G = 20.83%
B = 45.83%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#603C84 (or 0x603C84) is known color: Kingfisher Daisy. HEX triplet: 60, 3C and 84. RGB value is (96,60,132). Sum of RGB (Red+Green+Blue) = 96+60+132=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #603C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603C84 is #9FC37B. Grayscale: #4E4E4E. Windows color (decimal): -10470268 or 8666208. OLE color: 8666208.

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

Color convert

RGB 96 60 132 -
CMYK 0.27 0.55 0 0.48
HSL 270º 0.38% 0.38% -
HSV(B) 270º 0.55% 0.52% -
XYZ 10.6 7.38 22.7 -
YUV 78.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 96 60 132 0.27 0.55 0 0.48 270 0.38 0.38
Hex 60 3C 84 1B 37 0 30 10E 26 26
Octal 140 74 204 33 67 0 60 416 46 46
Binary 1100000 111100 10000100 11011 110111 0 110000 100001110 100110 100110

Color Harmonies of #603C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C84

Black with #603C84

Text Example


Text Example

White with #603C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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