Html Css Color HEX #60338E Kingfisher Daisy

📋 copy color: '#60338E'

red 96 ◦ green 51 ◦ blue 142

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

Shades of Kingfisher Daisy #60338E

Tints of Kingfisher Daisy #60338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 33.22%
G = 17.65%
B = 49.13%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60338E (or 0x60338E) is known color: Kingfisher Daisy. HEX triplet: 60, 33 and 8E. RGB value is (96,51,142). Sum of RGB (Red+Green+Blue) = 96+51+142=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #60338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60338E is #9FCC71. Grayscale: #4A4A4A. Windows color (decimal): -10472562 or 9319264. OLE color: 9319264.

HSL color Cylindrical-coordinate representation of color #60338E: hue angle of 269.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60338E is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 51 142 -
CMYK 0.32 0.64 0 0.44
HSL 269.67º 0.47% 0.38% -
HSV(B) 269.67º 0.64% 0.56% -
XYZ 10.89 6.81 26.33 -
YUV 74.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 96 51 142 0.32 0.64 0 0.44 269.67 0.47 0.38
Hex 60 33 8E 20 40 0 2C 10E 2F 26
Octal 140 63 216 40 100 0 54 416 57 46
Binary 1100000 110011 10001110 100000 1000000 0 101100 100001110 101111 100110

Color Harmonies of #60338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60338E

Black with #60338E

Text Example


Text Example

White with #60338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60338E; }

 p { color: rgb(96,51,142); }

 H1.HeaderClassName
 {
   color: #60338E;
 }
 .AnyTagClassName
 {
   color: #60338E;
 }
</style>

background-color css

<style>
 a { background-color: #60338E; }

 a { background-color: rgb(96,51,142); }

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

border-color css

<style>
 span { border-color: #60338E; }

 span { border-color: rgb(96,51,142); }

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