Html Css Color HEX #60208A Kingfisher Daisy

📋 copy color: '#60208A'

red 96 ◦ green 32 ◦ blue 138

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

Shades of Kingfisher Daisy #60208A

Tints of Kingfisher Daisy #60208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 36.09%
G = 12.03%
B = 51.88%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60208A (or 0x60208A) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 8A. RGB value is (96,32,138). Sum of RGB (Red+Green+Blue) = 96+32+138=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #60208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60208A is #9FDF75. Grayscale: #3E3E3E. Windows color (decimal): -10477430 or 9052256. OLE color: 9052256.

HSL color Cylindrical-coordinate representation of color #60208A: hue angle of 276.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60208A is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 32 138 -
CMYK 0.30 0.77 0 0.46
HSL 276.23º 0.62% 0.33% -
HSV(B) 276.23º 0.77% 0.54% -
XYZ 9.93 5.35 24.56 -
YUV 63.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 96 32 138 0.30 0.77 0 0.46 276.23 0.62 0.33
Hex 60 20 8A 1E 4D 0 2E 114 3E 21
Octal 140 40 212 36 115 0 56 424 76 41
Binary 1100000 100000 10001010 11110 1001101 0 101110 100010100 111110 100001

Color Harmonies of #60208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60208A

Black with #60208A

Text Example


Text Example

White with #60208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60208A; }

 p { color: rgb(96,32,138); }

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

background-color css

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

 a { background-color: rgb(96,32,138); }

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

border-color css

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

 span { border-color: rgb(96,32,138); }

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