Html Css Color HEX #60367E Kingfisher Daisy

📋 copy color: '#60367E'

red 96 ◦ green 54 ◦ blue 126

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

Shades of Kingfisher Daisy #60367E

Tints of Kingfisher Daisy #60367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

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

R = 34.78%
G = 19.57%
B = 45.65%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60367E (or 0x60367E) is known color: Kingfisher Daisy. HEX triplet: 60, 36 and 7E. RGB value is (96,54,126). Sum of RGB (Red+Green+Blue) = 96+54+126=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #60367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60367E is #9FC981. Grayscale: #4A4A4A. Windows color (decimal): -10471810 or 8271456. OLE color: 8271456.

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

Color convert

RGB 96 54 126 -
CMYK 0.24 0.57 0 0.51
HSL 275º 0.4% 0.35% -
HSV(B) 275º 0.57% 0.49% -
XYZ 9.91 6.63 20.5 -
YUV 74.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 96 54 126 0.24 0.57 0 0.51 275 0.4 0.35
Hex 60 36 7E 18 39 0 33 113 28 23
Octal 140 66 176 30 71 0 63 423 50 43
Binary 1100000 110110 1111110 11000 111001 0 110011 100010011 101000 100011

Color Harmonies of #60367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60367E

Black with #60367E

Text Example


Text Example

White with #60367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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