Html Css Color HEX #60237E Kingfisher Daisy

📋 copy color: '#60237E'

red 96 ◦ green 35 ◦ blue 126

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

Shades of Kingfisher Daisy #60237E

Tints of Kingfisher Daisy #60237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 126 (49.61% from 255) = 49.03%

R = 37.35%
G = 13.62%
B = 49.03%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60237E (or 0x60237E) is known color: Kingfisher Daisy. HEX triplet: 60, 23 and 7E. RGB value is (96,35,126). Sum of RGB (Red+Green+Blue) = 96+35+126=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #60237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60237E is #9FDC81. Grayscale: #3F3F3F. Windows color (decimal): -10476674 or 8266592. OLE color: 8266592.

HSL color Cylindrical-coordinate representation of color #60237E: hue angle of 280.22º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60237E is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 35 126 -
CMYK 0.24 0.72 0 0.51
HSL 280.22º 0.57% 0.32% -
HSV(B) 280.22º 0.72% 0.49% -
XYZ 9.19 5.2 20.26 -
YUV 63.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 96 35 126 0.24 0.72 0 0.51 280.22 0.57 0.32
Hex 60 23 7E 18 48 0 33 118 39 20
Octal 140 43 176 30 110 0 63 430 71 40
Binary 1100000 100011 1111110 11000 1001000 0 110011 100011000 111001 100000

Color Harmonies of #60237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60237E

Black with #60237E

Text Example


Text Example

White with #60237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60237E; }

 p { color: rgb(96,35,126); }

 H1.HeaderClassName
 {
   color: #60237E;
 }
 .AnyTagClassName
 {
   color: #60237E;
 }
</style>

background-color css

<style>
 a { background-color: #60237E; }

 a { background-color: rgb(96,35,126); }

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

border-color css

<style>
 span { border-color: #60237E; }

 span { border-color: rgb(96,35,126); }

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