Html Css Color HEX #61397E Kingfisher Daisy

📋 copy color: '#61397E'

red 97 ◦ green 57 ◦ blue 126

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

Shades of Kingfisher Daisy #61397E

Tints of Kingfisher Daisy #61397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 34.64%
G = 20.36%
B = 45%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61397E (or 0x61397E) is known color: Kingfisher Daisy. HEX triplet: 61, 39 and 7E. RGB value is (97,57,126). Sum of RGB (Red+Green+Blue) = 97+57+126=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #61397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61397E is #9EC681. Grayscale: #4C4C4C. Windows color (decimal): -10405506 or 8272225. OLE color: 8272225.

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

Color convert

RGB 97 57 126 -
CMYK 0.23 0.55 0 0.51
HSL 274.78º 0.38% 0.36% -
HSV(B) 274.78º 0.55% 0.49% -
XYZ 10.16 6.97 20.55 -
YUV 76.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 97 57 126 0.23 0.55 0 0.51 274.78 0.38 0.36
Hex 61 39 7E 17 37 0 33 113 26 24
Octal 141 71 176 27 67 0 63 423 46 44
Binary 1100001 111001 1111110 10111 110111 0 110011 100010011 100110 100100

Color Harmonies of #61397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61397E

Black with #61397E

Text Example


Text Example

White with #61397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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