Html Css Color HEX #61467C Kingfisher Daisy

📋 copy color: '#61467C'

red 97 ◦ green 70 ◦ blue 124

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

Shades of Kingfisher Daisy #61467C

Tints of Kingfisher Daisy #61467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

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

R = 33.33%
G = 24.05%
B = 42.61%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61467C (or 0x61467C) is known color: Kingfisher Daisy. HEX triplet: 61, 46 and 7C. RGB value is (97,70,124). Sum of RGB (Red+Green+Blue) = 97+70+124=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #61467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61467C is #9EB983. Grayscale: #545454. Windows color (decimal): -10402180 or 8144481. OLE color: 8144481.

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

Color convert

RGB 97 70 124 -
CMYK 0.22 0.44 0 0.51
HSL 270º 0.28% 0.38% -
HSV(B) 270º 0.44% 0.49% -
XYZ 10.76 8.38 20.12 -
YUV 84.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 97 70 124 0.22 0.44 0 0.51 270 0.28 0.38
Hex 61 46 7C 16 2C 0 33 10E 1C 26
Octal 141 106 174 26 54 0 63 416 34 46
Binary 1100001 1000110 1111100 10110 101100 0 110011 100001110 11100 100110

Color Harmonies of #61467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61467C

Black with #61467C

Text Example


Text Example

White with #61467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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