Html Css Color HEX #60437A Kingfisher Daisy

📋 copy color: '#60437A'

red 96 ◦ green 67 ◦ blue 122

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

Shades of Kingfisher Daisy #60437A

Tints of Kingfisher Daisy #60437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 33.68%
G = 23.51%
B = 42.81%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60437A (or 0x60437A) is known color: Kingfisher Daisy. HEX triplet: 60, 43 and 7A. RGB value is (96,67,122). Sum of RGB (Red+Green+Blue) = 96+67+122=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #60437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60437A is #9FBC85. Grayscale: #515151. Windows color (decimal): -10468486 or 8012640. OLE color: 8012640.

HSL color Cylindrical-coordinate representation of color #60437A: hue angle of 271.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60437A is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 67 122 -
CMYK 0.21 0.45 0 0.52
HSL 271.64º 0.29% 0.37% -
HSV(B) 271.64º 0.45% 0.48% -
XYZ 10.34 7.91 19.39 -
YUV 81.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 96 67 122 0.21 0.45 0 0.52 271.64 0.29 0.37
Hex 60 43 7A 15 2D 0 34 110 1D 25
Octal 140 103 172 25 55 0 64 420 35 45
Binary 1100000 1000011 1111010 10101 101101 0 110100 100010000 11101 100101

Color Harmonies of #60437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60437A

Black with #60437A

Text Example


Text Example

White with #60437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60437A; }

 p { color: rgb(96,67,122); }

 H1.HeaderClassName
 {
   color: #60437A;
 }
 .AnyTagClassName
 {
   color: #60437A;
 }
</style>

background-color css

<style>
 a { background-color: #60437A; }

 a { background-color: rgb(96,67,122); }

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

border-color css

<style>
 span { border-color: #60437A; }

 span { border-color: rgb(96,67,122); }

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