Html Css Color HEX #60398A Kingfisher Daisy

📋 copy color: '#60398A'

red 96 ◦ green 57 ◦ blue 138

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

Shades of Kingfisher Daisy #60398A

Tints of Kingfisher Daisy #60398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

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

R = 32.99%
G = 19.59%
B = 47.42%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60398A (or 0x60398A) is known color: Kingfisher Daisy. HEX triplet: 60, 39 and 8A. RGB value is (96,57,138). Sum of RGB (Red+Green+Blue) = 96+57+138=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #60398A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60398A is #9FC675. Grayscale: #4D4D4D. Windows color (decimal): -10471030 or 9058656. OLE color: 9058656.

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

Color convert

RGB 96 57 138 -
CMYK 0.30 0.59 0 0.46
HSL 268.89º 0.42% 0.38% -
HSV(B) 268.89º 0.59% 0.54% -
XYZ 10.87 7.25 24.87 -
YUV 77.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 96 57 138 0.30 0.59 0 0.46 268.89 0.42 0.38
Hex 60 39 8A 1E 3B 0 2E 10D 2A 26
Octal 140 71 212 36 73 0 56 415 52 46
Binary 1100000 111001 10001010 11110 111011 0 101110 100001101 101010 100110

Color Harmonies of #60398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60398A

Black with #60398A

Text Example


Text Example

White with #60398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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