Html Css Color HEX #61377F Kingfisher Daisy

📋 copy color: '#61377F'

red 97 ◦ green 55 ◦ blue 127

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

Shades of Kingfisher Daisy #61377F

Tints of Kingfisher Daisy #61377F

RGB

 RED value IS 97 (38.28% from 255) = 34.77%

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 127 (50% from 255) = 45.52%

R = 34.77%
G = 19.71%
B = 45.52%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61377F (or 0x61377F) is known color: Kingfisher Daisy. HEX triplet: 61, 37 and 7F. RGB value is (97,55,127). Sum of RGB (Red+Green+Blue) = 97+55+127=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #61377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61377F is #9EC880. Grayscale: #4B4B4B. Windows color (decimal): -10406017 or 8337249. OLE color: 8337249.

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

Color convert

RGB 97 55 127 -
CMYK 0.24 0.57 0 0.50
HSL 275º 0.4% 0.36% -
HSV(B) 275º 0.57% 0.5% -
XYZ 10.13 6.81 20.86 -
YUV 75.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 97 55 127 0.24 0.57 0 0.50 275 0.4 0.36
Hex 61 37 7F 18 39 0 32 113 28 24
Octal 141 67 177 30 71 0 62 423 50 44
Binary 1100001 110111 1111111 11000 111001 0 110010 100010011 101000 100100

Color Harmonies of #61377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61377F

Black with #61377F

Text Example


Text Example

White with #61377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61377F; }

 p { color: rgb(97,55,127); }

 H1.HeaderClassName
 {
   color: #61377F;
 }
 .AnyTagClassName
 {
   color: #61377F;
 }
</style>

background-color css

<style>
 a { background-color: #61377F; }

 a { background-color: rgb(97,55,127); }

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

border-color css

<style>
 span { border-color: #61377F; }

 span { border-color: rgb(97,55,127); }

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