Html Css Color HEX #60338D Kingfisher Daisy

📋 copy color: '#60338D'

red 96 ◦ green 51 ◦ blue 141

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

Shades of Kingfisher Daisy #60338D

Tints of Kingfisher Daisy #60338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.96%

R = 33.33%
G = 17.71%
B = 48.96%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60338D (or 0x60338D) is known color: Kingfisher Daisy. HEX triplet: 60, 33 and 8D. RGB value is (96,51,141). Sum of RGB (Red+Green+Blue) = 96+51+141=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #60338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60338D is #9FCC72. Grayscale: #4A4A4A. Windows color (decimal): -10472563 or 9253728. OLE color: 9253728.

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

Color convert

RGB 96 51 141 -
CMYK 0.32 0.64 0 0.45
HSL 270º 0.47% 0.38% -
HSV(B) 270º 0.64% 0.55% -
XYZ 10.82 6.78 25.94 -
YUV 74.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 96 51 141 0.32 0.64 0 0.45 270 0.47 0.38
Hex 60 33 8D 20 40 0 2D 10E 2F 26
Octal 140 63 215 40 100 0 55 416 57 46
Binary 1100000 110011 10001101 100000 1000000 0 101101 100001110 101111 100110

Color Harmonies of #60338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60338D

Black with #60338D

Text Example


Text Example

White with #60338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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