Html Css Color HEX #602C82 Kingfisher Daisy

📋 copy color: '#602C82'

red 96 ◦ green 44 ◦ blue 130

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

Shades of Kingfisher Daisy #602C82

Tints of Kingfisher Daisy #602C82

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 130 (51.17% from 255) = 48.15%

R = 35.56%
G = 16.3%
B = 48.15%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#602C82 (or 0x602C82) is known color: Kingfisher Daisy. HEX triplet: 60, 2C and 82. RGB value is (96,44,130). Sum of RGB (Red+Green+Blue) = 96+44+130=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #602C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C82 is #9FD37D. Grayscale: #454545. Windows color (decimal): -10474366 or 8531040. OLE color: 8531040.

HSL color Cylindrical-coordinate representation of color #602C82: hue angle of 276.28º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602C82 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 44 130 -
CMYK 0.26 0.66 0 0.49
HSL 276.28º 0.49% 0.34% -
HSV(B) 276.28º 0.66% 0.51% -
XYZ 9.75 5.9 21.74 -
YUV 69.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 96 44 130 0.26 0.66 0 0.49 276.28 0.49 0.34
Hex 60 2C 82 1A 42 0 31 114 31 22
Octal 140 54 202 32 102 0 61 424 61 42
Binary 1100000 101100 10000010 11010 1000010 0 110001 100010100 110001 100010

Color Harmonies of #602C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C82

Black with #602C82

Text Example


Text Example

White with #602C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,130); }

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

background-color css

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

 a { background-color: rgb(96,44,130); }

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

border-color css

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

 span { border-color: rgb(96,44,130); }

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