Html Css Color HEX #60337E Kingfisher Daisy

📋 copy color: '#60337E'

red 96 ◦ green 51 ◦ blue 126

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

Shades of Kingfisher Daisy #60337E

Tints of Kingfisher Daisy #60337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 35.16%
G = 18.68%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60337E (or 0x60337E) is known color: Kingfisher Daisy. HEX triplet: 60, 33 and 7E. RGB value is (96,51,126). Sum of RGB (Red+Green+Blue) = 96+51+126=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #60337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60337E is #9FCC81. Grayscale: #484848. Windows color (decimal): -10472578 or 8270688. OLE color: 8270688.

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

Color convert

RGB 96 51 126 -
CMYK 0.24 0.60 0 0.51
HSL 276º 0.42% 0.35% -
HSV(B) 276º 0.6% 0.49% -
XYZ 9.77 6.36 20.45 -
YUV 73.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 96 51 126 0.24 0.60 0 0.51 276 0.42 0.35
Hex 60 33 7E 18 3C 0 33 114 2A 23
Octal 140 63 176 30 74 0 63 424 52 43
Binary 1100000 110011 1111110 11000 111100 0 110011 100010100 101010 100011

Color Harmonies of #60337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60337E

Black with #60337E

Text Example


Text Example

White with #60337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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