Html Css Color HEX #60397D Kingfisher Daisy

📋 copy color: '#60397D'

red 96 ◦ green 57 ◦ blue 125

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

Shades of Kingfisher Daisy #60397D

Tints of Kingfisher Daisy #60397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 34.53%
G = 20.5%
B = 44.96%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60397D (or 0x60397D) is known color: Kingfisher Daisy. HEX triplet: 60, 39 and 7D. RGB value is (96,57,125). Sum of RGB (Red+Green+Blue) = 96+57+125=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #60397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60397D is #9FC682. Grayscale: #4C4C4C. Windows color (decimal): -10471043 or 8206688. OLE color: 8206688.

HSL color Cylindrical-coordinate representation of color #60397D: hue angle of 274.41º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60397D is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 57 125 -
CMYK 0.23 0.54 0 0.51
HSL 274.41º 0.37% 0.36% -
HSV(B) 274.41º 0.54% 0.49% -
XYZ 9.99 6.89 20.21 -
YUV 76.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 96 57 125 0.23 0.54 0 0.51 274.41 0.37 0.36
Hex 60 39 7D 17 36 0 33 112 25 24
Octal 140 71 175 27 66 0 63 422 45 44
Binary 1100000 111001 1111101 10111 110110 0 110011 100010010 100101 100100

Color Harmonies of #60397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60397D

Black with #60397D

Text Example


Text Example

White with #60397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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