Html Css Color HEX #61407E Kingfisher Daisy

📋 copy color: '#61407E'

red 97 ◦ green 64 ◦ blue 126

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

Shades of Kingfisher Daisy #61407E

Tints of Kingfisher Daisy #61407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 33.8%
G = 22.3%
B = 43.9%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61407E (or 0x61407E) is known color: Kingfisher Daisy. HEX triplet: 61, 40 and 7E. RGB value is (97,64,126). Sum of RGB (Red+Green+Blue) = 97+64+126=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #61407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61407E is #9EBF81. Grayscale: #505050. Windows color (decimal): -10403714 or 8274017. OLE color: 8274017.

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

Color convert

RGB 97 64 126 -
CMYK 0.23 0.49 0 0.51
HSL 271.94º 0.33% 0.37% -
HSV(B) 271.94º 0.49% 0.49% -
XYZ 10.53 7.71 20.67 -
YUV 80.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 97 64 126 0.23 0.49 0 0.51 271.94 0.33 0.37
Hex 61 40 7E 17 31 0 33 110 21 25
Octal 141 100 176 27 61 0 63 420 41 45
Binary 1100001 1000000 1111110 10111 110001 0 110011 100010000 100001 100101

Color Harmonies of #61407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61407E

Black with #61407E

Text Example


Text Example

White with #61407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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