Html Css Color HEX #60308C Kingfisher Daisy

📋 copy color: '#60308C'

red 96 ◦ green 48 ◦ blue 140

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

Shades of Kingfisher Daisy #60308C

Tints of Kingfisher Daisy #60308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 33.8%
G = 16.9%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60308C (or 0x60308C) is known color: Kingfisher Daisy. HEX triplet: 60, 30 and 8C. RGB value is (96,48,140). Sum of RGB (Red+Green+Blue) = 96+48+140=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #60308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60308C is #9FCF73. Grayscale: #484848. Windows color (decimal): -10473332 or 9187424. OLE color: 9187424.

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

Color convert

RGB 96 48 140 -
CMYK 0.31 0.66 0 0.45
HSL 271.3º 0.49% 0.37% -
HSV(B) 271.3º 0.66% 0.55% -
XYZ 10.61 6.49 25.51 -
YUV 72.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 96 48 140 0.31 0.66 0 0.45 271.3 0.49 0.37
Hex 60 30 8C 1F 42 0 2D 10F 31 25
Octal 140 60 214 37 102 0 55 417 61 45
Binary 1100000 110000 10001100 11111 1000010 0 101101 100001111 110001 100101

Color Harmonies of #60308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60308C

Black with #60308C

Text Example


Text Example

White with #60308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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