Html Css Color HEX #61297E Kingfisher Daisy

📋 copy color: '#61297E'

red 97 ◦ green 41 ◦ blue 126

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

Shades of Kingfisher Daisy #61297E

Tints of Kingfisher Daisy #61297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 36.74%
G = 15.53%
B = 47.73%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61297E (or 0x61297E) is known color: Kingfisher Daisy. HEX triplet: 61, 29 and 7E. RGB value is (97,41,126). Sum of RGB (Red+Green+Blue) = 97+41+126=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #61297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61297E is #9ED681. Grayscale: #434343. Windows color (decimal): -10409602 or 8268129. OLE color: 8268129.

HSL color Cylindrical-coordinate representation of color #61297E: hue angle of 279.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61297E is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 41 126 -
CMYK 0.23 0.67 0 0.51
HSL 279.53º 0.51% 0.33% -
HSV(B) 279.53º 0.67% 0.49% -
XYZ 9.49 5.63 20.33 -
YUV 67.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 97 41 126 0.23 0.67 0 0.51 279.53 0.51 0.33
Hex 61 29 7E 17 43 0 33 118 33 21
Octal 141 51 176 27 103 0 63 430 63 41
Binary 1100001 101001 1111110 10111 1000011 0 110011 100011000 110011 100001

Color Harmonies of #61297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61297E

Black with #61297E

Text Example


Text Example

White with #61297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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