Html Css Color HEX #602384 Kingfisher Daisy

📋 copy color: '#602384'

red 96 ◦ green 35 ◦ blue 132

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

Shades of Kingfisher Daisy #602384

Tints of Kingfisher Daisy #602384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

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

R = 36.5%
G = 13.31%
B = 50.19%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602384 (or 0x602384) is known color: Kingfisher Daisy. HEX triplet: 60, 23 and 84. RGB value is (96,35,132). Sum of RGB (Red+Green+Blue) = 96+35+132=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #602384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602384 is #9FDC7B. Grayscale: #3F3F3F. Windows color (decimal): -10476668 or 8659808. OLE color: 8659808.

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

Color convert

RGB 96 35 132 -
CMYK 0.27 0.73 0 0.48
HSL 277.73º 0.58% 0.33% -
HSV(B) 277.73º 0.73% 0.52% -
XYZ 9.59 5.35 22.36 -
YUV 64.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 96 35 132 0.27 0.73 0 0.48 277.73 0.58 0.33
Hex 60 23 84 1B 49 0 30 116 3A 21
Octal 140 43 204 33 111 0 60 426 72 41
Binary 1100000 100011 10000100 11011 1001001 0 110000 100010110 111010 100001

Color Harmonies of #602384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602384

Black with #602384

Text Example


Text Example

White with #602384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602384; }

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

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

background-color css

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

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

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

border-color css

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

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

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