Html Css Color HEX #60467C Kingfisher Daisy

📋 copy color: '#60467C'

red 96 ◦ green 70 ◦ blue 124

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

Shades of Kingfisher Daisy #60467C

Tints of Kingfisher Daisy #60467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 33.1%
G = 24.14%
B = 42.76%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60467C (or 0x60467C) is known color: Kingfisher Daisy. HEX triplet: 60, 46 and 7C. RGB value is (96,70,124). Sum of RGB (Red+Green+Blue) = 96+70+124=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #60467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60467C is #9FB983. Grayscale: #535353. Windows color (decimal): -10467716 or 8144480. OLE color: 8144480.

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

Color convert

RGB 96 70 124 -
CMYK 0.23 0.44 0 0.51
HSL 268.89º 0.28% 0.38% -
HSV(B) 268.89º 0.44% 0.49% -
XYZ 10.65 8.32 20.11 -
YUV 83.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 96 70 124 0.23 0.44 0 0.51 268.89 0.28 0.38
Hex 60 46 7C 17 2C 0 33 10D 1C 26
Octal 140 106 174 27 54 0 63 415 34 46
Binary 1100000 1000110 1111100 10111 101100 0 110011 100001101 11100 100110

Color Harmonies of #60467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60467C

Black with #60467C

Text Example


Text Example

White with #60467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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