Html Css Color HEX #60237D Kingfisher Daisy

📋 copy color: '#60237D'

red 96 ◦ green 35 ◦ blue 125

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

Shades of Kingfisher Daisy #60237D

Tints of Kingfisher Daisy #60237D

RGB

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

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

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

R = 37.5%
G = 13.67%
B = 48.83%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60237D (or 0x60237D) is known color: Kingfisher Daisy. HEX triplet: 60, 23 and 7D. RGB value is (96,35,125). Sum of RGB (Red+Green+Blue) = 96+35+125=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #60237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60237D is #9FDC82. Grayscale: #3F3F3F. Windows color (decimal): -10476675 or 8201056. OLE color: 8201056.

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

Color convert

RGB 96 35 125 -
CMYK 0.23 0.72 0 0.51
HSL 280.67º 0.56% 0.31% -
HSV(B) 280.67º 0.72% 0.49% -
XYZ 9.13 5.17 19.92 -
YUV 63.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 96 35 125 0.23 0.72 0 0.51 280.67 0.56 0.31
Hex 60 23 7D 17 48 0 33 119 38 1F
Octal 140 43 175 27 110 0 63 431 70 37
Binary 1100000 100011 1111101 10111 1001000 0 110011 100011001 111000 11111

Color Harmonies of #60237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60237D

Black with #60237D

Text Example


Text Example

White with #60237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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