Html Css Color HEX #60387C Kingfisher Daisy

📋 copy color: '#60387C'

red 96 ◦ green 56 ◦ blue 124

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

Shades of Kingfisher Daisy #60387C

Tints of Kingfisher Daisy #60387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 34.78%
G = 20.29%
B = 44.93%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60387C (or 0x60387C) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 7C. RGB value is (96,56,124). Sum of RGB (Red+Green+Blue) = 96+56+124=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #60387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60387C is #9FC783. Grayscale: #4B4B4B. Windows color (decimal): -10471300 or 8140896. OLE color: 8140896.

HSL color Cylindrical-coordinate representation of color #60387C: hue angle of 275.29º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60387C is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 56 124 -
CMYK 0.23 0.55 0 0.51
HSL 275.29º 0.38% 0.35% -
HSV(B) 275.29º 0.55% 0.49% -
XYZ 9.88 6.77 19.86 -
YUV 75.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 96 56 124 0.23 0.55 0 0.51 275.29 0.38 0.35
Hex 60 38 7C 17 37 0 33 113 26 23
Octal 140 70 174 27 67 0 63 423 46 43
Binary 1100000 111000 1111100 10111 110111 0 110011 100010011 100110 100011

Color Harmonies of #60387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60387C

Black with #60387C

Text Example


Text Example

White with #60387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60387C; }

 p { color: rgb(96,56,124); }

 H1.HeaderClassName
 {
   color: #60387C;
 }
 .AnyTagClassName
 {
   color: #60387C;
 }
</style>

background-color css

<style>
 a { background-color: #60387C; }

 a { background-color: rgb(96,56,124); }

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

border-color css

<style>
 span { border-color: #60387C; }

 span { border-color: rgb(96,56,124); }

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