Html Css Color HEX #60297D Kingfisher Daisy

📋 copy color: '#60297D'

red 96 ◦ green 41 ◦ blue 125

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

Shades of Kingfisher Daisy #60297D

Tints of Kingfisher Daisy #60297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 36.64%
G = 15.65%
B = 47.71%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60297D (or 0x60297D) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 7D. RGB value is (96,41,125). Sum of RGB (Red+Green+Blue) = 96+41+125=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #60297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60297D is #9FD682. Grayscale: #424242. Windows color (decimal): -10475139 or 8202592. OLE color: 8202592.

HSL color Cylindrical-coordinate representation of color #60297D: hue angle of 279.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60297D is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 41 125 -
CMYK 0.23 0.67 0 0.51
HSL 279.29º 0.51% 0.33% -
HSV(B) 279.29º 0.67% 0.49% -
XYZ 9.32 5.55 19.98 -
YUV 67.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 96 41 125 0.23 0.67 0 0.51 279.29 0.51 0.33
Hex 60 29 7D 17 43 0 33 117 33 21
Octal 140 51 175 27 103 0 63 427 63 41
Binary 1100000 101001 1111101 10111 1000011 0 110011 100010111 110011 100001

Color Harmonies of #60297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60297D

Black with #60297D

Text Example


Text Example

White with #60297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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