Html Css Color HEX #602184 Kingfisher Daisy

📋 copy color: '#602184'

red 96 ◦ green 33 ◦ blue 132

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

Shades of Kingfisher Daisy #602184

Tints of Kingfisher Daisy #602184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

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

R = 36.78%
G = 12.64%
B = 50.57%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602184 (or 0x602184) is known color: Kingfisher Daisy. HEX triplet: 60, 21 and 84. RGB value is (96,33,132). Sum of RGB (Red+Green+Blue) = 96+33+132=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #602184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602184 is #9FDE7B. Grayscale: #3E3E3E. Windows color (decimal): -10477180 or 8659296. OLE color: 8659296.

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

Color convert

RGB 96 33 132 -
CMYK 0.27 0.75 0 0.48
HSL 278.18º 0.6% 0.32% -
HSV(B) 278.18º 0.75% 0.52% -
XYZ 9.53 5.24 22.34 -
YUV 63.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 96 33 132 0.27 0.75 0 0.48 278.18 0.6 0.32
Hex 60 21 84 1B 4B 0 30 116 3C 20
Octal 140 41 204 33 113 0 60 426 74 40
Binary 1100000 100001 10000100 11011 1001011 0 110000 100010110 111100 100000

Color Harmonies of #602184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602184

Black with #602184

Text Example


Text Example

White with #602184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602184; }

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

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

background-color css

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

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

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

border-color css

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

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

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