Html Css Color HEX #60338C Kingfisher Daisy

📋 copy color: '#60338C'

red 96 ◦ green 51 ◦ blue 140

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

Shades of Kingfisher Daisy #60338C

Tints of Kingfisher Daisy #60338C

RGB

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

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

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

R = 33.45%
G = 17.77%
B = 48.78%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60338C (or 0x60338C) is known color: Kingfisher Daisy. HEX triplet: 60, 33 and 8C. RGB value is (96,51,140). Sum of RGB (Red+Green+Blue) = 96+51+140=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #60338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60338C is #9FCC73. Grayscale: #4A4A4A. Windows color (decimal): -10472564 or 9188192. OLE color: 9188192.

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

Color convert

RGB 96 51 140 -
CMYK 0.31 0.64 0 0.45
HSL 270.34º 0.47% 0.37% -
HSV(B) 270.34º 0.64% 0.55% -
XYZ 10.74 6.75 25.55 -
YUV 74.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 96 51 140 0.31 0.64 0 0.45 270.34 0.47 0.37
Hex 60 33 8C 1F 40 0 2D 10E 2F 25
Octal 140 63 214 37 100 0 55 416 57 45
Binary 1100000 110011 10001100 11111 1000000 0 101101 100001110 101111 100101

Color Harmonies of #60338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60338C

Black with #60338C

Text Example


Text Example

White with #60338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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