Html Css Color HEX #603684 Kingfisher Daisy

📋 copy color: '#603684'

red 96 ◦ green 54 ◦ blue 132

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

Shades of Kingfisher Daisy #603684

Tints of Kingfisher Daisy #603684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

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

R = 34.04%
G = 19.15%
B = 46.81%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#603684 (or 0x603684) is known color: Kingfisher Daisy. HEX triplet: 60, 36 and 84. RGB value is (96,54,132). Sum of RGB (Red+Green+Blue) = 96+54+132=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #603684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603684 is #9FC97B. Grayscale: #4B4B4B. Windows color (decimal): -10471804 or 8664672. OLE color: 8664672.

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

Color convert

RGB 96 54 132 -
CMYK 0.27 0.59 0 0.48
HSL 272.31º 0.42% 0.36% -
HSV(B) 272.31º 0.59% 0.52% -
XYZ 10.31 6.79 22.6 -
YUV 75.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 96 54 132 0.27 0.59 0 0.48 272.31 0.42 0.36
Hex 60 36 84 1B 3B 0 30 110 2A 24
Octal 140 66 204 33 73 0 60 420 52 44
Binary 1100000 110110 10000100 11011 111011 0 110000 100010000 101010 100100

Color Harmonies of #603684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603684

Black with #603684

Text Example


Text Example

White with #603684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603684; }

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

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

background-color css

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

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

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

border-color css

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

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

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