Html Css Color HEX #60348C Kingfisher Daisy

📋 copy color: '#60348C'

red 96 ◦ green 52 ◦ blue 140

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

Shades of Kingfisher Daisy #60348C

Tints of Kingfisher Daisy #60348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 33.33%
G = 18.06%
B = 48.61%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60348C (or 0x60348C) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 8C. RGB value is (96,52,140). Sum of RGB (Red+Green+Blue) = 96+52+140=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #60348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60348C is #9FCB73. Grayscale: #4A4A4A. Windows color (decimal): -10472308 or 9188448. OLE color: 9188448.

HSL color Cylindrical-coordinate representation of color #60348C: hue angle of 270º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60348C is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 52 140 -
CMYK 0.31 0.63 0 0.45
HSL 270º 0.46% 0.38% -
HSV(B) 270º 0.63% 0.55% -
XYZ 10.79 6.84 25.56 -
YUV 75.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 96 52 140 0.31 0.63 0 0.45 270 0.46 0.38
Hex 60 34 8C 1F 3F 0 2D 10E 2E 26
Octal 140 64 214 37 77 0 55 416 56 46
Binary 1100000 110100 10001100 11111 111111 0 101101 100001110 101110 100110

Color Harmonies of #60348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60348C

Black with #60348C

Text Example


Text Example

White with #60348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,52,140); }

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

background-color css

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

 a { background-color: rgb(96,52,140); }

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

border-color css

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

 span { border-color: rgb(96,52,140); }

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