Html Css Color HEX #603184 Kingfisher Daisy

📋 copy color: '#603184'

red 96 ◦ green 49 ◦ blue 132

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

Shades of Kingfisher Daisy #603184

Tints of Kingfisher Daisy #603184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

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

R = 34.66%
G = 17.69%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#603184 (or 0x603184) is known color: Kingfisher Daisy. HEX triplet: 60, 31 and 84. RGB value is (96,49,132). Sum of RGB (Red+Green+Blue) = 96+49+132=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #603184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603184 is #9FCE7B. Grayscale: #484848. Windows color (decimal): -10473084 or 8663392. OLE color: 8663392.

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

Color convert

RGB 96 49 132 -
CMYK 0.27 0.63 0 0.48
HSL 273.98º 0.46% 0.35% -
HSV(B) 273.98º 0.63% 0.52% -
XYZ 10.09 6.35 22.52 -
YUV 72.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 96 49 132 0.27 0.63 0 0.48 273.98 0.46 0.35
Hex 60 31 84 1B 3F 0 30 112 2E 23
Octal 140 61 204 33 77 0 60 422 56 43
Binary 1100000 110001 10000100 11011 111111 0 110000 100010010 101110 100011

Color Harmonies of #603184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603184

Black with #603184

Text Example


Text Example

White with #603184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603184; }

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

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

background-color css

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

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

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

border-color css

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

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

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