Html Css Color HEX #602B84 Kingfisher Daisy

📋 copy color: '#602B84'

red 96 ◦ green 43 ◦ blue 132

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

Shades of Kingfisher Daisy #602B84

Tints of Kingfisher Daisy #602B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 35.42%
G = 15.87%
B = 48.71%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602B84 (or 0x602B84) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 84. RGB value is (96,43,132). Sum of RGB (Red+Green+Blue) = 96+43+132=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #602B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B84 is #9FD47B. Grayscale: #444444. Windows color (decimal): -10474620 or 8661856. OLE color: 8661856.

HSL color Cylindrical-coordinate representation of color #602B84: hue angle of 275.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602B84 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 43 132 -
CMYK 0.27 0.67 0 0.48
HSL 275.73º 0.51% 0.34% -
HSV(B) 275.73º 0.67% 0.52% -
XYZ 9.85 5.88 22.45 -
YUV 68.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 96 43 132 0.27 0.67 0 0.48 275.73 0.51 0.34
Hex 60 2B 84 1B 43 0 30 114 33 22
Octal 140 53 204 33 103 0 60 424 63 42
Binary 1100000 101011 10000100 11011 1000011 0 110000 100010100 110011 100010

Color Harmonies of #602B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B84

Black with #602B84

Text Example


Text Example

White with #602B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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