Html Css Color HEX #60297F Kingfisher Daisy

📋 copy color: '#60297F'

red 96 ◦ green 41 ◦ blue 127

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

Shades of Kingfisher Daisy #60297F

Tints of Kingfisher Daisy #60297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 36.36%
G = 15.53%
B = 48.11%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60297F (or 0x60297F) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 7F. RGB value is (96,41,127). Sum of RGB (Red+Green+Blue) = 96+41+127=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #60297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60297F is #9FD680. Grayscale: #424242. Windows color (decimal): -10475137 or 8333664. OLE color: 8333664.

HSL color Cylindrical-coordinate representation of color #60297F: hue angle of 278.37º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60297F is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 41 127 -
CMYK 0.24 0.68 0 0.50
HSL 278.37º 0.51% 0.33% -
HSV(B) 278.37º 0.68% 0.5% -
XYZ 9.45 5.6 20.66 -
YUV 67.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 96 41 127 0.24 0.68 0 0.50 278.37 0.51 0.33
Hex 60 29 7F 18 44 0 32 116 33 21
Octal 140 51 177 30 104 0 62 426 63 41
Binary 1100000 101001 1111111 11000 1000100 0 110010 100010110 110011 100001

Color Harmonies of #60297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60297F

Black with #60297F

Text Example


Text Example

White with #60297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60297F; }

 p { color: rgb(96,41,127); }

 H1.HeaderClassName
 {
   color: #60297F;
 }
 .AnyTagClassName
 {
   color: #60297F;
 }
</style>

background-color css

<style>
 a { background-color: #60297F; }

 a { background-color: rgb(96,41,127); }

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

border-color css

<style>
 span { border-color: #60297F; }

 span { border-color: rgb(96,41,127); }

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