Html Css Color HEX #61407D Kingfisher Daisy

📋 copy color: '#61407D'

red 97 ◦ green 64 ◦ blue 125

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

Shades of Kingfisher Daisy #61407D

Tints of Kingfisher Daisy #61407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 33.92%
G = 22.38%
B = 43.71%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61407D (or 0x61407D) is known color: Kingfisher Daisy. HEX triplet: 61, 40 and 7D. RGB value is (97,64,125). Sum of RGB (Red+Green+Blue) = 97+64+125=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #61407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61407D is #9EBF82. Grayscale: #505050. Windows color (decimal): -10403715 or 8208481. OLE color: 8208481.

HSL color Cylindrical-coordinate representation of color #61407D: hue angle of 272.46º degrees, saturation: 0.32, 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 #61407D is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 64 125 -
CMYK 0.22 0.49 0 0.51
HSL 272.46º 0.32% 0.37% -
HSV(B) 272.46º 0.49% 0.49% -
XYZ 10.46 7.69 20.33 -
YUV 80.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 97 64 125 0.22 0.49 0 0.51 272.46 0.32 0.37
Hex 61 40 7D 16 31 0 33 110 20 25
Octal 141 100 175 26 61 0 63 420 40 45
Binary 1100001 1000000 1111101 10110 110001 0 110011 100010000 100000 100101

Color Harmonies of #61407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61407D

Black with #61407D

Text Example


Text Example

White with #61407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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