Html Css Color HEX #61467E Kingfisher Daisy

📋 copy color: '#61467E'

red 97 ◦ green 70 ◦ blue 126

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

Shades of Kingfisher Daisy #61467E

Tints of Kingfisher Daisy #61467E

RGB

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

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

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

R = 33.11%
G = 23.89%
B = 43%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61467E (or 0x61467E) is known color: Kingfisher Daisy. HEX triplet: 61, 46 and 7E. RGB value is (97,70,126). Sum of RGB (Red+Green+Blue) = 97+70+126=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #61467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61467E is #9EB981. Grayscale: #545454. Windows color (decimal): -10402178 or 8275553. OLE color: 8275553.

HSL color Cylindrical-coordinate representation of color #61467E: hue angle of 268.93º degrees, saturation: 0.29, 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 #61467E is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 70 126 -
CMYK 0.23 0.44 0 0.51
HSL 268.93º 0.29% 0.38% -
HSV(B) 268.93º 0.44% 0.49% -
XYZ 10.89 8.43 20.79 -
YUV 84.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 97 70 126 0.23 0.44 0 0.51 268.93 0.29 0.38
Hex 61 46 7E 17 2C 0 33 10D 1D 26
Octal 141 106 176 27 54 0 63 415 35 46
Binary 1100001 1000110 1111110 10111 101100 0 110011 100001101 11101 100110

Color Harmonies of #61467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61467E

Black with #61467E

Text Example


Text Example

White with #61467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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