Html Css Color HEX #60368C Kingfisher Daisy

📋 copy color: '#60368C'

red 96 ◦ green 54 ◦ blue 140

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

Shades of Kingfisher Daisy #60368C

Tints of Kingfisher Daisy #60368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 33.1%
G = 18.62%
B = 48.28%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60368C (or 0x60368C) is known color: Kingfisher Daisy. HEX triplet: 60, 36 and 8C. RGB value is (96,54,140). Sum of RGB (Red+Green+Blue) = 96+54+140=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #60368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60368C is #9FC973. Grayscale: #4C4C4C. Windows color (decimal): -10471796 or 9188960. OLE color: 9188960.

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

Color convert

RGB 96 54 140 -
CMYK 0.31 0.61 0 0.45
HSL 269.3º 0.44% 0.38% -
HSV(B) 269.3º 0.61% 0.55% -
XYZ 10.88 7.02 25.59 -
YUV 76.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 96 54 140 0.31 0.61 0 0.45 269.3 0.44 0.38
Hex 60 36 8C 1F 3D 0 2D 10D 2C 26
Octal 140 66 214 37 75 0 55 415 54 46
Binary 1100000 110110 10001100 11111 111101 0 101101 100001101 101100 100110

Color Harmonies of #60368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60368C

Black with #60368C

Text Example


Text Example

White with #60368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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