Html Css Color HEX #61447C Kingfisher Daisy

📋 copy color: '#61447C'

red 97 ◦ green 68 ◦ blue 124

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

Shades of Kingfisher Daisy #61447C

Tints of Kingfisher Daisy #61447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.53%

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 33.56%
G = 23.53%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61447C (or 0x61447C) is known color: Kingfisher Daisy. HEX triplet: 61, 44 and 7C. RGB value is (97,68,124). Sum of RGB (Red+Green+Blue) = 97+68+124=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #61447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61447C is #9EBB83. Grayscale: #525252. Windows color (decimal): -10402692 or 8143969. OLE color: 8143969.

HSL color Cylindrical-coordinate representation of color #61447C: hue angle of 271.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61447C is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 68 124 -
CMYK 0.22 0.45 0 0.51
HSL 271.07º 0.29% 0.38% -
HSV(B) 271.07º 0.45% 0.49% -
XYZ 10.63 8.13 20.08 -
YUV 83.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 97 68 124 0.22 0.45 0 0.51 271.07 0.29 0.38
Hex 61 44 7C 16 2D 0 33 10F 1D 26
Octal 141 104 174 26 55 0 63 417 35 46
Binary 1100001 1000100 1111100 10110 101101 0 110011 100001111 11101 100110

Color Harmonies of #61447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61447C

Black with #61447C

Text Example


Text Example

White with #61447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61447C; }

 p { color: rgb(97,68,124); }

 H1.HeaderClassName
 {
   color: #61447C;
 }
 .AnyTagClassName
 {
   color: #61447C;
 }
</style>

background-color css

<style>
 a { background-color: #61447C; }

 a { background-color: rgb(97,68,124); }

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

border-color css

<style>
 span { border-color: #61447C; }

 span { border-color: rgb(97,68,124); }

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